Skip to content

Commit

Permalink
fix: remove alarms permission from manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
F-OBrien committed Aug 16, 2024
1 parent a94b9f7 commit 0edf5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/extension/manifest_chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"manifest_version": 3,
"name": "Polymesh Wallet",
"permissions": ["storage", "tabs", "alarms"],
"permissions": ["storage", "tabs"],
"short_name": "Polymesh",
"web_accessible_resources": [{
"matches": ["*://*/*"],
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"manifest_version": 3,
"name": "Polymesh Wallet",
"permissions": ["storage", "tabs", "alarms"],
"permissions": ["storage", "tabs"],
"short_name": "Polymesh",
"web_accessible_resources": [{
"matches": ["*://*/*"],
Expand Down

0 comments on commit 0edf5b0

Please sign in to comment.