refactor(manifest): app name

This commit is contained in:
wanhose 2020-04-24 19:42:28 +02:00 committed by wanhose
parent 74120d382a
commit 6571f55f8b

View File

@ -1,7 +1,7 @@
{ {
"name": "QuantcastAutoRefuser", "name": "NoMoreCookies",
"version": "1.0", "version": "1.1",
"description": "A Chrome extension that allows you to refuse all Quantcast cookie-consent dialogs automatically", "description": "A Chrome extension that allows you to refuse cookie-consent dialogs automatically",
"content_scripts": [ "content_scripts": [
{ {
"all_frames": true, "all_frames": true,
@ -16,7 +16,7 @@
}, },
"page_action": { "page_action": {
"default_icon": "assets/icon32.png", "default_icon": "assets/icon32.png",
"default_title": "QuantcastAutoRefuser" "default_title": "NoMoreCookies"
}, },
"manifest_version": 2 "manifest_version": 2
} }