refactor(manifest): extension name

This commit is contained in:
wanhose 2020-05-16 17:11:21 +02:00
parent 2e3274c71a
commit 9feb177880

View File

@ -1,5 +1,5 @@
{ {
"name": "I Do Not Consent", "name": "Do Not Consent",
"version": "1.8", "version": "1.8",
"description": "A Chrome extension that allows you to remove cookie consent dialogs automatically", "description": "A Chrome extension that allows you to remove cookie consent dialogs automatically",
"content_scripts": [ "content_scripts": [
@ -16,7 +16,7 @@
}, },
"page_action": { "page_action": {
"default_icon": "assets/icon32.png", "default_icon": "assets/icon32.png",
"default_title": "I Do Not Consent" "default_title": "Do Not Consent"
}, },
"web_accessible_resources": ["js/modules/*"], "web_accessible_resources": ["js/modules/*"],
"manifest_version": 2 "manifest_version": 2