2020-04-19 13:02:18 +00:00
|
|
|
{
|
2020-12-05 22:44:36 +00:00
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Do Not Consent",
|
2020-12-30 19:59:32 +00:00
|
|
|
"version": "3.0.0",
|
2020-12-05 22:44:36 +00:00
|
|
|
"default_locale": "en",
|
|
|
|
"description": "__MSG_appDesc__",
|
|
|
|
"icons": {
|
|
|
|
"16": "assets/icon16.png",
|
|
|
|
"48": "assets/icon48.png",
|
|
|
|
"128": "assets/icon128.png"
|
|
|
|
},
|
|
|
|
"page_action": {
|
|
|
|
"default_icon": "assets/icon32.png",
|
|
|
|
"default_title": "Do Not Consent"
|
|
|
|
},
|
|
|
|
"author": "wanhose",
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"all_frames": true,
|
2020-12-30 19:59:32 +00:00
|
|
|
"js": ["scripts/content.js"],
|
2020-12-05 22:44:36 +00:00
|
|
|
"matches": ["http://*/*", "https://*/*"]
|
|
|
|
}
|
|
|
|
],
|
2020-12-30 19:59:32 +00:00
|
|
|
"web_accessible_resources": ["filters/index.txt"]
|
2020-12-05 22:44:36 +00:00
|
|
|
}
|