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",
|
2023-09-25 16:39:11 +00:00
|
|
|
"version": "6.4.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
|
|
|
},
|
2023-09-25 16:39:11 +00:00
|
|
|
"options_page": "options.html",
|
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-12-01 15:54:37 +00:00
|
|
|
"all_frames": true,
|
2021-11-10 10:25:36 +00:00
|
|
|
"exclude_matches": [
|
2023-04-17 17:22:15 +00:00
|
|
|
"*://*.googleapis.com/embed/*",
|
|
|
|
"*://*.sharepoint.com/*",
|
2023-05-20 15:16:19 +00:00
|
|
|
"*://*.youtube.com/embed/*",
|
2023-06-13 15:24:49 +00:00
|
|
|
"*://*.youtube-nocookie.com/embed/*",
|
2023-05-20 15:16:19 +00:00
|
|
|
"https://www.cookie-dialog-monster.com/*"
|
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://*/*"],
|
2023-03-28 06:47:42 +00:00
|
|
|
"permissions": ["contextMenus", "scripting", "storage"],
|
2022-10-13 12:46:45 +00:00
|
|
|
"web_accessible_resources": [
|
|
|
|
{
|
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
|
|
|
"resources": ["https://fonts.googleapis.com/css?family=Inter"]
|
|
|
|
}
|
|
|
|
]
|
2020-12-05 22:44:36 +00:00
|
|
|
}
|