From d443a70bf9032e4974f7139b24b2e3e0bd54ace0 Mon Sep 17 00:00:00 2001 From: Dmitry Zlygin Date: Tue, 11 May 2021 22:09:09 +0300 Subject: [PATCH] updated requested permissions --- manifest.json | 2 +- readme.md | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 3e935be..1544dbf 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "background": { "service_worker": "serviceWorker.js" }, - "permissions": ["storage", "activeTab", "scripting", "tabs", "system.cpu"], + "permissions": ["scripting", "tabs", "system.cpu"], "action": { "default_popup": "popup.html", "default_icon": { diff --git a/readme.md b/readme.md index d64c9ef..5fa94e5 100644 --- a/readme.md +++ b/readme.md @@ -17,9 +17,3 @@ Features: 2. Go to Chrome three dots menu -> More Tools -> Extensions 3. Enable "Developer mode" in top right corner there 4. Click on the "Load unpacked" button and enjoy. - - -## License - -MIT (C) Dmitry Zlygin -All trademarks are property of their respective owners.