From 6571f55f8b23427585d7c7e2d0be8c1061f2d1ea Mon Sep 17 00:00:00 2001 From: wanhose Date: Fri, 24 Apr 2020 19:42:28 +0200 Subject: [PATCH] refactor(manifest): app name --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index c19e62d..4158500 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "name": "QuantcastAutoRefuser", - "version": "1.0", - "description": "A Chrome extension that allows you to refuse all Quantcast cookie-consent dialogs automatically", + "name": "NoMoreCookies", + "version": "1.1", + "description": "A Chrome extension that allows you to refuse cookie-consent dialogs automatically", "content_scripts": [ { "all_frames": true, @@ -16,7 +16,7 @@ }, "page_action": { "default_icon": "assets/icon32.png", - "default_title": "QuantcastAutoRefuser" + "default_title": "NoMoreCookies" }, "manifest_version": 2 } \ No newline at end of file