From 56b1dd31a6d42c818ba1ccaf7b7c3f650724eb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jose=CC=81=20Vi=CC=81lchez?= Date: Sat, 5 Dec 2020 23:44:36 +0100 Subject: [PATCH] feat(manifest): upgrade version --- src/manifest.json | 48 +++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index ed451c1..69d30a1 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,25 +1,25 @@ { - "manifest_version": 2, - "name": "Do Not Consent", - "version": "2.9.5", - "default_locale": "en", - "description": "__MSG_appDesc__", - "icons": { - "16": "assets/icon16.png", - "48": "assets/icon48.png", - "128": "assets/icon128.png" - }, - "page_action": { - "default_icon": "assets/icon32.png", - "default_title": "Do Not Consent" - }, - "author": "wanhose", - "content_scripts": [ - { - "all_frames": true, - "js": ["js/content.js"], - "matches": ["http://*/*", "https://*/*"] - } - ], - "web_accessible_resources": ["js/modules/*"] - } \ No newline at end of file + "manifest_version": 2, + "name": "Do Not Consent", + "version": "2.9.6", + "default_locale": "en", + "description": "__MSG_appDesc__", + "icons": { + "16": "assets/icon16.png", + "48": "assets/icon48.png", + "128": "assets/icon128.png" + }, + "page_action": { + "default_icon": "assets/icon32.png", + "default_title": "Do Not Consent" + }, + "author": "wanhose", + "content_scripts": [ + { + "all_frames": true, + "js": ["js/content.js"], + "matches": ["http://*/*", "https://*/*"] + } + ], + "web_accessible_resources": ["js/modules/*"] +}