mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
Add applications key
This commit is contained in:
@@ -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"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user