Skip to content

Commit

Permalink
chore: add firefox specific uuid
Browse files Browse the repository at this point in the history
Signed-off-by: Alan D. Tse <alandtse@gmail.com>
  • Loading branch information
alandtse committed Oct 1, 2019
1 parent 8b2a8a9 commit 0ef0ab7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@
"unlimitedStorage",
"activeTab",
"*://spdx.org/*"
]
],
"__firefox__browser_specific_settings": {
"gecko": {
"id": "{95b7d495-ee73-4a03-b918-670a9d77c871}",
"strict_min_version": "42.0"
}
}
}

0 comments on commit 0ef0ab7

Please sign in to comment.