From 5a1d2e8457f85a026559ca2d578d1cac241918a7 Mon Sep 17 00:00:00 2001 From: Clement Desmidt Date: Tue, 20 Nov 2018 22:00:09 +0100 Subject: [PATCH] :zap: Give better permissions --- manifest.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 7c970e6..35c238a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "name": "Shikiryu Bookmarklet", - "version": "0.0.1", + "name": "Shikiryu Read Later", + "version": "0.0.2.1", "manifest_version": 2, "description": "__MSG_extensionDescription__", "icons": { @@ -14,10 +14,8 @@ ] }, "permissions": [ - "tabs", - "storage", - "http://*/*", - "https://*/*" + "activeTab", + "storage" ], "options_ui": { "page": "options.html"