From 5c6d425ab196ac1e70546b6ed709c0430097a11f Mon Sep 17 00:00:00 2001 From: wanhose Date: Thu, 4 Nov 2021 13:31:28 +0100 Subject: [PATCH] chore(manifest): upgrade permissions and version --- manifest.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d326b35..a88744c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Cookie Dialog Monster", - "version": "5.2.1", + "version": "5.3.0", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { @@ -27,6 +27,12 @@ "run_at": "document_start" } ], - "permissions": ["http://*/*", "https://*/*", "storage", "tabs"], + "permissions": [ + "contextMenus", + "http://*/*", + "https://*/*", + "storage", + "tabs" + ], "web_accessible_resources": ["assets/fonts/*", "scripts/*", "styles/*"] }