Skip to content

Commit

Permalink
Update chrome manifest.json
Browse files Browse the repository at this point in the history
+ add missed permission to chrome manifest.json
  • Loading branch information
ALegendsTale committed Mar 9, 2024
1 parent 551f707 commit 0a357b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/_chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"permissions": [
"tabs",
"storage"
"storage",
"notifications"
],
"manifest_version": 3,
"action": {
Expand Down

0 comments on commit 0a357b5

Please sign in to comment.