Skip to content

Commit

Permalink
[Fix] 🍒 Permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed May 13, 2024
1 parent a8b771d commit a3a1d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_path": "sidepanel/index.html"
},
"host_permissions": ["<all_urls>"],
"permissions": ["sidePanel", "declarativeNetRequest", "tabs", "notifications", "storage", "cookies", "contextMenus"],
"permissions": ["sidePanel", "declarativeNetRequest", "activeTab", "notifications", "storage", "cookies", "contextMenus"],
"content_scripts": [
{
"js": ["shell/inject.js"],
Expand Down

0 comments on commit a3a1d9e

Please sign in to comment.