chore(browser-extension): update exclude_matches and upgrade version

This commit is contained in:
wanhose 2023-04-17 19:22:15 +02:00
parent 00f789ef6f
commit 2564ce84b9

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "Cookie Dialog Monster", "name": "Cookie Dialog Monster",
"version": "6.2.3", "version": "6.3.0",
"default_locale": "en", "default_locale": "en",
"description": "__MSG_appDesc__", "description": "__MSG_appDesc__",
"icons": { "icons": {
@ -21,11 +21,9 @@
{ {
"all_frames": true, "all_frames": true,
"exclude_matches": [ "exclude_matches": [
"*://*.gfycat.com/*", "*://*.googleapis.com/embed/*",
"*://*.mediathekviewweb.de/*", "*://*.sharepoint.com/*",
"*://*.rundschau-online.de/*", "*://*.youtube.com/embed/*"
"*://*.youtube.com/embed/*",
"*://drive.google.com/*"
], ],
"js": ["scripts/content.js", "scripts/dialog.js"], "js": ["scripts/content.js", "scripts/dialog.js"],
"matches": ["http://*/*", "https://*/*"], "matches": ["http://*/*", "https://*/*"],