2020-04-19 13:02:18 +00:00
|
|
|
{
|
2022-08-02 10:36:48 +00:00
|
|
|
"manifest_version": 3,
|
2021-10-05 07:00:23 +00:00
|
|
|
"name": "Cookie Dialog Monster",
|
2022-10-16 09:23:57 +00:00
|
|
|
"version": "6.2.0",
|
2020-12-05 22:44:36 +00:00
|
|
|
"default_locale": "en",
|
|
|
|
"description": "__MSG_appDesc__",
|
|
|
|
"icons": {
|
2021-04-11 09:45:21 +00:00
|
|
|
"16": "assets/icons/16.png",
|
|
|
|
"48": "assets/icons/48.png",
|
|
|
|
"128": "assets/icons/128.png"
|
2020-12-05 22:44:36 +00:00
|
|
|
},
|
2022-08-02 10:36:48 +00:00
|
|
|
"action": {
|
2021-04-11 09:45:21 +00:00
|
|
|
"default_icon": "assets/icons/disabled.png",
|
2021-10-05 07:00:23 +00:00
|
|
|
"default_title": "Cookie Dialog Monster"
|
2020-12-05 22:44:36 +00:00
|
|
|
},
|
|
|
|
"author": "wanhose",
|
2021-04-08 21:53:26 +00:00
|
|
|
"background": {
|
2022-08-02 10:36:48 +00:00
|
|
|
"service_worker": "scripts/background.js"
|
2021-04-08 21:53:26 +00:00
|
|
|
},
|
2020-12-05 22:44:36 +00:00
|
|
|
"content_scripts": [
|
|
|
|
{
|
2022-10-10 17:52:25 +00:00
|
|
|
"css": ["styles/dialog.css"],
|
2021-11-10 10:25:36 +00:00
|
|
|
"exclude_matches": [
|
|
|
|
"*://*.gfycat.com/*",
|
2022-01-20 14:30:35 +00:00
|
|
|
"*://*.mediathekviewweb.de/*",
|
2021-11-25 12:16:42 +00:00
|
|
|
"*://*.rundschau-online.de/*",
|
2022-01-20 14:30:35 +00:00
|
|
|
"*://*.youtube.com/embed/*"
|
2021-11-10 10:25:36 +00:00
|
|
|
],
|
2022-10-10 17:52:25 +00:00
|
|
|
"js": ["scripts/content.js", "scripts/dialog.js"],
|
2021-04-03 15:10:28 +00:00
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
|
|
|
"run_at": "document_start"
|
2020-12-05 22:44:36 +00:00
|
|
|
}
|
|
|
|
],
|
2022-08-02 10:36:48 +00:00
|
|
|
"host_permissions": ["http://*/*", "https://*/*"],
|
2022-10-13 12:46:45 +00:00
|
|
|
"permissions": ["contextMenus", "storage", "tabs"],
|
|
|
|
"web_accessible_resources": [
|
|
|
|
{
|
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
|
|
|
"resources": ["https://fonts.googleapis.com/css?family=Inter"]
|
|
|
|
}
|
|
|
|
]
|
2020-12-05 22:44:36 +00:00
|
|
|
}
|