chore(browser-extension): upgrade version
This commit is contained in:
parent
211d7f6386
commit
e17d9b9a62
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Cookie Dialog Monster",
|
"name": "Cookie Dialog Monster",
|
||||||
"version": "6.0.4",
|
"version": "6.1.0",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"icons": {
|
"icons": {
|
||||||
@ -19,15 +19,14 @@
|
|||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"css": ["styles/snackbar.css"],
|
"css": ["styles/dialog.css"],
|
||||||
"exclude_matches": [
|
"exclude_matches": [
|
||||||
"*://*.gfycat.com/*",
|
"*://*.gfycat.com/*",
|
||||||
"*://*.gmx.com/*",
|
|
||||||
"*://*.mediathekviewweb.de/*",
|
"*://*.mediathekviewweb.de/*",
|
||||||
"*://*.rundschau-online.de/*",
|
"*://*.rundschau-online.de/*",
|
||||||
"*://*.youtube.com/embed/*"
|
"*://*.youtube.com/embed/*"
|
||||||
],
|
],
|
||||||
"js": ["scripts/content.js", "scripts/snackbar.js"],
|
"js": ["scripts/content.js", "scripts/dialog.js"],
|
||||||
"matches": ["http://*/*", "https://*/*"],
|
"matches": ["http://*/*", "https://*/*"],
|
||||||
"run_at": "document_start"
|
"run_at": "document_start"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user