cookie-dialog-monster/manifest.json
2020-04-24 20:44:58 +02:00

22 lines
584 B
JSON

{
"name": "NoMoreCookies",
"version": "1.3",
"description": "A Chrome extension that allows you to refuse cookie consent dialogs automatically",
"content_scripts": [
{
"all_frames": true,
"js": ["js/content.js"],
"matches": ["*://*/*"]
}
],
"icons": {
"16": "assets/icon16.png",
"48": "assets/icon48.png",
"128": "assets/icon128.png"
},
"page_action": {
"default_icon": "assets/icon32.png",
"default_title": "NoMoreCookies"
},
"manifest_version": 2
}