summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-02-26 12:25:20 -0800
committerAlex Yatskov <alex@foosoft.net>2017-02-26 12:25:20 -0800
commit7bcb72a0ec73a874310fd014ec40818fc9e625bd (patch)
treecfd135543d81f7f9198808d696a66c4e7a27fce6
parent37badfa3b219d19766c3bf235a1bf4d5f2b16ed7 (diff)
add min version for firefox
-rw-r--r--ext/manifest.json3
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"
}
}
}