From b571af29c50432bace798105095ddc66fbd1cc1c Mon Sep 17 00:00:00 2001 From: Clement Date: Fri, 3 Jul 2020 17:32:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update=20manifest.json=20for=20p?= =?UTF-8?q?lugin=20update=20on=20stores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/manifest.json b/manifest.json index f86b900..9127e4e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Shikiryu Read Later", - "version": "0.0.2.2", + "version": "0.0.3", "manifest_version": 2, "description": "__MSG_extensionDescription__", "icons": { @@ -9,26 +9,16 @@ }, "default_locale": "en", "background": { - "scripts": [ - "scripts/background.js" - ] + "scripts": ["scripts/background.js"] }, - "permissions": [ - "activeTab", - "storage" - ], + "permissions": ["activeTab", "storage"], "options_ui": { "page": "options.html" }, "content_scripts": [ { - "matches": [ - "http://*/*", - "https://*/*" - ], - "js": [ - "scripts/contentscript.js" - ], + "matches": ["http://*/*", "https://*/*"], + "js": ["scripts/contentscript.js"], "run_at": "document_end", "all_frames": false } @@ -44,7 +34,7 @@ }, "applications": { "gecko": { - "id": "bookmarklet@shikiryu.com" + "id": "bookmarklet@shikiryu.com" } } }