chore(browser-extension): set all_frames to true and upgrade version

This commit is contained in:
wanhose 2022-12-01 16:54:37 +01:00
parent 28f656717d
commit 96066a2cbd

View File

@ -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://*/*"],