Skip to content

Commit

Permalink
[manifest_firefox.json] Lower strict_min_version value (57 -> 56) (#106)
Browse files Browse the repository at this point in the history
Lower 'strict_min_version' value to allow the extension to be installed on WebExtension compatible forks of Firefox.
  • Loading branch information
VerifiedJoseph authored Oct 20, 2019
1 parent 5fe68b6 commit 6b04e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"applications": {
"gecko": {
"strict_min_version": "57.0"
"strict_min_version": "56.0"
}
},
"name": "__MSG_extensionName__",
Expand Down

0 comments on commit 6b04e10

Please sign in to comment.