Skip to content

Commit cc124e0

Browse files
authored
fix(manifest): remove alarms permissions since not used (#8)
We are currently importing the alarms permission but its not used. This was reported by the chrome app review team. fixes #7 Signed-off-by: slayerjain <[email protected]> Signed-off-by: slayerjain <[email protected]>
1 parent 3064143 commit cc124e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"permissions": [
2323
"scripting",
2424
"background",
25-
"tabs", "alarms",
25+
"tabs",
2626
"storage"
2727
],
2828
"host_permissions": [ "<all_urls>"],

0 commit comments

Comments
 (0)