Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 3f6037e

Browse files
jamieninijamie
andauthored
Added *://*/ permission back due to issue #106 (#107)
Co-authored-by: Jamie <[email protected]>
1 parent a8114e6 commit 3f6037e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"storage",
88
"webNavigation",
99
"activeTab",
10-
"contextMenus"
10+
"contextMenus",
11+
"*://*/"
1112
],
1213
"icons" : {
1314
"16": "images/app_icon_16.png",

0 commit comments

Comments
 (0)