From 23f4872a02b3b6481ca26da57d7f8c1b5315c2c8 Mon Sep 17 00:00:00 2001 From: wanhose Date: Tue, 5 Oct 2021 09:00:23 +0200 Subject: [PATCH] chore(manifest): upgrade version --- manifest.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index c351d91..4cc6e1d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,18 +1,17 @@ { "manifest_version": 2, - "name": "Do Not Consent", - "version": "4.3.1", + "name": "Cookie Dialog Monster", + "version": "5.0.0", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "assets/icons/16.png", - "32": "assets/icons/32.png", "48": "assets/icons/48.png", "128": "assets/icons/128.png" }, "browser_action": { "default_icon": "assets/icons/disabled.png", - "default_title": "Do Not Consent" + "default_title": "Cookie Dialog Monster" }, "author": "wanhose", "background": {