From a706adcbb2b7c29835471024a3d82ac2b536c0fa Mon Sep 17 00:00:00 2001 From: wanhose Date: Sat, 2 May 2020 19:51:30 +0200 Subject: [PATCH] refactor(manifest): description, name and version --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 8d8f23b..e833a4b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "name": "NoMoreCookies", - "version": "1.5", - "description": "A Chrome extension that allows you to refuse cookie consent dialogs automatically", + "name": "No More Cookies", + "version": "1.6", + "description": "A Chrome extension that allows you to remove cookie consent dialogs automatically", "content_scripts": [ { "all_frames": true, @@ -16,7 +16,7 @@ }, "page_action": { "default_icon": "assets/icon32.png", - "default_title": "NoMoreCookies" + "default_title": "No More Cookies" }, "manifest_version": 2 } \ No newline at end of file