diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-02-26 12:25:20 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-02-26 12:25:20 -0800 |
commit | 7bcb72a0ec73a874310fd014ec40818fc9e625bd (patch) | |
tree | cfd135543d81f7f9198808d696a66c4e7a27fce6 | |
parent | 37badfa3b219d19766c3bf235a1bf4d5f2b16ed7 (diff) |
add min version for firefox
-rw-r--r-- | ext/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 222465ae..2d820c7d 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -44,7 +44,8 @@ ], "applications": { "gecko": { - "id": "alex@foosoft.net" + "id": "alex@foosoft.net", + "strict_min_version": "51.0" } } } |