chore(manifest): add new exclusions and upgrade version

This commit is contained in:
wanhose 2021-11-10 11:25:36 +01:00
parent e0ce2a3d07
commit d0f8417591

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Cookie Dialog Monster",
"version": "5.4.1",
"version": "5.4.2",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
@ -20,7 +20,11 @@
"content_scripts": [
{
"all_frames": true,
"exclude_matches": ["*://*.gfycat.com/*"],
"exclude_matches": [
"*://*.gfycat.com/*",
"*://*.gmx.com/*",
"*://*.rundschau-online.de/*"
],
"js": ["scripts/content.js"],
"matches": ["http://*/*", "https://*/*"],
"run_at": "document_start"