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.