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