chore(browser-extension): set all_frames to true and upgrade version
This commit is contained in:
parent
28f656717d
commit
96066a2cbd
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Cookie Dialog Monster",
|
||||
"version": "6.2.0",
|
||||
"version": "6.2.1",
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_appDesc__",
|
||||
"icons": {
|
||||
@ -19,7 +19,7 @@
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"css": ["styles/dialog.css"],
|
||||
"all_frames": true,
|
||||
"exclude_matches": [
|
||||
"*://*.gfycat.com/*",
|
||||
"*://*.mediathekviewweb.de/*",
|
||||
@ -32,7 +32,7 @@
|
||||
}
|
||||
],
|
||||
"host_permissions": ["http://*/*", "https://*/*"],
|
||||
"permissions": ["contextMenus", "storage", "tabs"],
|
||||
"permissions": ["contextMenus", "scripting", "storage", "tabs"],
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"matches": ["http://*/*", "https://*/*"],
|
||||
|
Loading…
Reference in New Issue
Block a user