Skip to content

Commit 308050b

Browse files
committed
removed alarms permission
1 parent 840bdcd commit 308050b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"background": {
2020
"service_worker": "background.js"
2121
},
22-
"permissions": ["activeTab", "storage", "notifications", "tabs", "alarms"],
22+
"permissions": ["activeTab", "storage", "notifications", "tabs"],
2323
"content_scripts": [
2424
{
2525
"matches": ["<all_urls>"],

0 commit comments

Comments
 (0)