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": {},
|
||||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "@clipboard-inserter"
|
||||
}
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
"activeTab",
|
||||
"clipboardRead",
|
||||
|
|
|
|||
Loading…
Reference in New Issue