Skip to content

Commit a9689de

Browse files
committed
added alarms permissions in manifest chrome
1 parent 75affe7 commit a9689de

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/extension/build/manifest.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
"matches": ["<all_urls>"]
2525
}
2626
],
27-
"permissions": ["contextMenus", "tabs", "activeTab", "scripting", "system.display", "debugger"],
27+
"permissions": [
28+
"contextMenus",
29+
"tabs",
30+
"activeTab",
31+
"scripting",
32+
"system.display",
33+
"debugger",
34+
"alarms"
35+
],
2836
"host_permissions": ["<all_urls>"]
2937
}

0 commit comments

Comments
 (0)