File tree Expand file tree Collapse file tree 1 file changed +29
-8
lines changed Expand file tree Collapse file tree 1 file changed +29
-8
lines changed Original file line number Diff line number Diff line change 14
14
"id" : " {443bc2e2-8fa9-44ec-828a-fd84c0664f8d}"
15
15
}
16
16
},
17
- "permissions" : [" contextMenus" , " activeTab" , " <all_urls>" ],
18
- "host_permissions" : [" https://api.giphy.com/*" ],
19
- "optional_host_permissions" : [" http://*/*" , " https://*/*" ],
17
+ "permissions" : [
18
+ " contextMenus" ,
19
+ " activeTab"
20
+ ],
21
+ "host_permissions" : [
22
+ " https://api.giphy.com/*"
23
+ ],
24
+ "optional_host_permissions" : [
25
+ " http://*/*" ,
26
+ " https://*/*" ,
27
+ " <all_urls>"
28
+ ],
20
29
"icons" : {
21
30
"16" : " images/icon16.png" ,
22
31
"48" : " images/icon48.png" ,
28
37
},
29
38
"content_scripts" : [
30
39
{
31
- "matches" : [" https://github.com/*" , " https://gist.github.com/*" ],
32
- "css" : [" style.css" ],
33
- "js" : [" main.js" ]
40
+ "matches" : [
41
+ " https://github.com/*" ,
42
+ " https://gist.github.com/*"
43
+ ],
44
+ "css" : [
45
+ " style.css"
46
+ ],
47
+ "js" : [
48
+ " main.js"
49
+ ]
34
50
}
35
51
],
36
52
"web_accessible_resources" : [
37
53
{
38
- "resources" : [" images/*.png" ],
39
- "matches" : [" https://github.com/*" , " https://gist.github.com/*" ]
54
+ "resources" : [
55
+ " images/*.png"
56
+ ],
57
+ "matches" : [
58
+ " https://github.com/*" ,
59
+ " https://gist.github.com/*"
60
+ ]
40
61
}
41
62
]
42
63
}
You can’t perform that action at this time.
0 commit comments