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