File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 13
13
"16" : " icon-16.png"
14
14
},
15
15
"background" : {
16
- "scripts" : [ " background.js" ],
16
+ "scripts" : [" background.js" ],
17
17
"persistent" : false
18
18
},
19
- "content_scripts" : [ {
20
- "all_frames" : true ,
21
- "js" : [ " run.js" ],
22
- "matches" : [ " \u003C all_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" : [" \u003C all_urls>" ]
24
+ }
27
25
],
26
+ "web_accessible_resources" : [" *.css" , " base.js" ],
28
27
"browser_action" : {
29
28
"default_icon" : " icon-48.png" ,
30
29
"default_popup" : " popup.html"
31
30
},
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" ]
34
33
}
You can’t perform that action at this time.
0 commit comments