Skip to content

Commit e4c5c04

Browse files
committed
add permissions
1 parent 2252cc4 commit e4c5c04

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/manifest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"16": "images/icon2-16.png",
88
"128": "images/icon2-128.png"
99
},
10-
"permissions": ["storage"],
10+
"permissions": [
11+
"storage",
12+
"activeTab",
13+
"https://github.com/*/*/pull/*"
14+
],
1115
"default_locale": "en",
1216
"background": {
1317
"scripts": [

0 commit comments

Comments
 (0)