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:
parent
5aff71826b
commit
2a4911d827
|
|
@ -7,6 +7,12 @@
|
||||||
|
|
||||||
"icons": {},
|
"icons": {},
|
||||||
|
|
||||||
|
"applications": {
|
||||||
|
"gecko": {
|
||||||
|
"id": "@clipboard-inserter"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"activeTab",
|
"activeTab",
|
||||||
"clipboardRead",
|
"clipboardRead",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue