Add an explicit addon id to the manifest

Fixes lint warnings and (hopefully) the missing browser.runtime in
content scripts when running via web-ext run
This commit is contained in:
Kamil Tomala 2017-08-13 16:23:07 +02:00
parent 5aff71826b
commit 2a4911d827
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@
"icons": {}, "icons": {},
"applications": {
"gecko": {
"id": "@clipboard-inserter"
}
},
"permissions": [ "permissions": [
"activeTab", "activeTab",
"clipboardRead", "clipboardRead",