Skip to content

Commit ca3b295

Browse files
committed
1 parent 85506a4 commit ca3b295

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

src/manifest.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,21 @@
1313
"16": "icon-16.png"
1414
},
1515
"background": {
16-
"scripts": [ "background.js" ],
16+
"scripts": ["background.js"],
1717
"persistent": false
1818
},
19-
"content_scripts": [ {
20-
"all_frames": true,
21-
"js": [ "run.js" ],
22-
"matches": [ "\u003Call_urls>" ]
23-
} ],
24-
"web_accessible_resources": [
25-
"*.css",
26-
"base.js"
19+
"content_scripts": [
20+
{
21+
"all_frames": true,
22+
"js": ["run.js"],
23+
"matches": ["\u003Call_urls>"]
24+
}
2725
],
26+
"web_accessible_resources": ["*.css", "base.js"],
2827
"browser_action": {
2928
"default_icon": "icon-48.png",
3029
"default_popup": "popup.html"
3130
},
32-
"content_security_policy": "script-src 'self' 'unsafe-eval' https://*.googleapis.com; object-src 'self'",
33-
"permissions": [ "storage", "http://*/", "https://*/", "tabs" ]
31+
"content_security_policy": "script-src 'self' 'unsafe-eval' https://*.googleapis.com https://gitcdn.link https://cdnjs.cloudflare.com; object-src 'self'",
32+
"permissions": ["storage", "http://*/", "https://*/", "tabs"]
3433
}

0 commit comments

Comments
 (0)