From 9feb17788042cd612f45276f10ed69aac86b453c Mon Sep 17 00:00:00 2001 From: wanhose Date: Sat, 16 May 2020 17:11:21 +0200 Subject: [PATCH] refactor(manifest): extension name --- src/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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