Skip to content

Commit 7635e7f

Browse files
committed
fix manifest
1 parent a15b86c commit 7635e7f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

manifest.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"homepage_url": "https://github.com/RobQuistNL/chrome-github-jira",
1010

1111
"options_ui": {
12-
"page": "src/options.html",
13-
"chrome_style": true
12+
"page": "src/options.html"
1413
},
1514

1615
"icons": {
@@ -23,9 +22,12 @@
2322

2423
"web_accessible_resources": [
2524
{
26-
"resources": [
27-
"images/jira.png"
28-
]
25+
"resources": [
26+
"images/jira.png"
27+
],
28+
"matches": [
29+
"*://github.com/*"
30+
]
2931
}
3032
],
3133

0 commit comments

Comments
 (0)