Add applications key

This commit is contained in:
Will Bamberg
2018-03-22 13:46:55 -07:00
parent 73ccd28cb3
commit 521d25b6b0

View File

@@ -4,6 +4,14 @@
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/commands",
"manifest_version": 2,
"version": "1.0",
"applications": {
"gecko": {
"id": "commands-demo@mozilla.org",
"strict_min_version": "60.0b5"
}
},
"background": {
"scripts": ["background.js"]
},