File tree Expand file tree Collapse file tree 1 file changed +14
-19
lines changed Expand file tree Collapse file tree 1 file changed +14
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " S-CSS-P" ,
3
- "version" : " 1.2.0" ,
4
- "description" : " A stylesheet picker for The SCP Wiki" ,
3
+ "description" : " A stylesheet picker for the SCP Wiki" ,
5
4
"manifest_version" : 2 ,
6
5
"permissions" : [
7
6
" storage" ,
8
- " http://scpwiki.com" ,
9
- " http://www.scpwiki.com" ,
10
- " http://*.scp-wiki.net/" ,
11
- " http://scp-wiki.wikidot.com/" ,
12
- " https://*.scp-wiki.net/" ,
13
- " https://scp-wiki.wikidot.com/" ,
14
- " http://scpnet.org/"
7
+ " *://scp-wiki.wikidot.com/*" ,
8
+ " *://*.scp-wiki.net/*" ,
9
+ " *://*.scpwiki.com/*" ,
10
+ " *://scpnet.org/*"
15
11
],
16
- "applications" : {
17
- "gecko" : {
18
-
19
- "strict_min_version" : " 42.0"
20
- }
21
- },
22
12
"content_scripts" : [
23
13
{
24
14
"matches" : [
28
18
" *://scpnet.org/*"
29
19
],
30
20
"js" : [
31
- " browser-polyfill.js" ,
32
21
" main.js" ,
33
22
" options.js"
34
23
],
35
24
"all_frames" : true ,
36
25
"run_at" : " document_end"
37
26
}
38
27
],
28
+ "browser_specific_settings" : {
29
+ "gecko" : {
30
+
31
+ "strict_min_version" : " 42.0"
32
+ }
33
+ },
39
34
"web_accessible_resources" : [
40
35
" /css/*" ,
41
36
" /img/*"
45
40
"open_in_tab" : true
46
41
},
47
42
"icons" : {
48
- "16" : " icon16.png" ,
49
- "48" : " icon48.png" ,
50
- "128" : " icon128.png"
43
+ "16" : " img/ icon16.png" ,
44
+ "48" : " img/ icon48.png" ,
45
+ "128" : " img/ icon128.png"
51
46
}
52
47
}
You can’t perform that action at this time.
0 commit comments