mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
remove manifest field
This commit is contained in:
parent
ba1c2de677
commit
4fd448fe98
@ -14,11 +14,8 @@
|
|||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
},
|
},
|
||||||
"permissions": ["scripting", "storage", "system.display", "activeTab", "tabs", "notifications"
|
"permissions": ["scripting", "storage", "system.display", "activeTab", "tabs"
|
||||||
],
|
],
|
||||||
"externally_connectable": {
|
|
||||||
"matches": ["<all_urls>", "*://localhost/*", "*://127.0.0.1/*"]
|
|
||||||
},
|
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["<all_urls>"],
|
"matches": ["<all_urls>"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user