From 71009af3a8a155ab2fe8db983ce8a691ce199ec1 Mon Sep 17 00:00:00 2001 From: liying2008 Date: Wed, 11 Dec 2019 19:17:27 +0800 Subject: [PATCH] update permissions in manifest --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5c63217..37e3a43 100644 --- a/manifest.json +++ b/manifest.json @@ -46,7 +46,8 @@ }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ - "", + "http://*/*", + "https://*/*", "storage", "notifications", "tabs",