summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-29 20:29:16 -0700
committerAlex Yatskov <alex@foosoft.net>2017-03-29 20:29:16 -0700
commit101b512f345d0225e373bd215d280254abaccb76 (patch)
tree195f8764d8c27cbe1bc98a4400de10ab7f3c49ae /ext
parenta74964bca14551b79b724cfc5a6562f5587f4746 (diff)
Revert "remove firefox-only key"
This reverts commit a74964bca14551b79b724cfc5a6562f5587f4746.
Diffstat (limited to 'ext')
-rw-r--r--ext/manifest.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index d8c4d361..c23b1db8 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -45,5 +45,11 @@
"description": "Open search window"
}
},
- "web_accessible_resources": ["fg/frame.html"]
+ "web_accessible_resources": ["fg/frame.html"],
+ "applications": {
+ "gecko": {
+ "id": "alex@foosoft.net",
+ "strict_min_version": "51.0"
+ }
+ }
}