Skip to content

Commit

Permalink
updated requested permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Zlygin committed May 11, 2021
1 parent e998bb8 commit d443a70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 0 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d443a70

Please sign in to comment.