2020-04-19 13:02:18 +00:00
|
|
|
{
|
2020-12-05 22:44:36 +00:00
|
|
|
"manifest_version": 2,
|
2021-10-05 07:00:23 +00:00
|
|
|
"name": "Cookie Dialog Monster",
|
2021-11-07 13:01:36 +00:00
|
|
|
"version": "5.3.3",
|
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
|
|
|
},
|
2021-04-04 12:17:58 +00:00
|
|
|
"browser_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": {
|
|
|
|
"scripts": ["scripts/background.js"]
|
|
|
|
},
|
2020-12-05 22:44:36 +00:00
|
|
|
"content_scripts": [
|
|
|
|
{
|
2021-06-22 22:02:27 +00:00
|
|
|
"all_frames": true,
|
2021-10-28 11:27:13 +00:00
|
|
|
"exclude_matches": ["*://*.gfycat.com/*"],
|
2020-12-30 19:59:32 +00:00
|
|
|
"js": ["scripts/content.js"],
|
2021-04-03 15:10:28 +00:00
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
|
|
|
"run_at": "document_start"
|
2020-12-05 22:44:36 +00:00
|
|
|
}
|
|
|
|
],
|
2021-11-04 12:31:28 +00:00
|
|
|
"permissions": [
|
|
|
|
"contextMenus",
|
|
|
|
"http://*/*",
|
|
|
|
"https://*/*",
|
|
|
|
"storage",
|
|
|
|
"tabs"
|
|
|
|
],
|
2021-11-07 13:01:36 +00:00
|
|
|
"web_accessible_resources": ["assets/fonts/*", "scripts/popup.js", "styles/*"]
|
2020-12-05 22:44:36 +00:00
|
|
|
}
|