Skip to content

Commit b6d418c

Browse files
committed
Lint manifest
1 parent 59866ad commit b6d418c

File tree

1 file changed

+48
-35
lines changed

1 file changed

+48
-35
lines changed

manifest.json

Lines changed: 48 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,52 @@
1-
{
1+
{
22
"name": "S-CSS-P",
33
"version": "1.2.0",
44
"description": "A stylesheet picker for The SCP Wiki",
55
"manifest_version": 2,
6-
"permissions": [
7-
"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/"
15-
],
16-
"applications": {
17-
"gecko": {
18-
19-
"strict_min_version": "42.0"
20-
}
21-
},
22-
"content_scripts": [
23-
{
24-
"matches": ["http://*.scp-wiki.net/*","http://scp-wiki.wikidot.com/*","https://*.scp-wiki.net/*","https://scp-wiki.wikidot.com/*", "http://scpnet.org/*", "http://scpwiki.com/*", "http://www.scpwiki.com/*"],
25-
"js": ["main.js", "options.js"],
26-
"all_frames": true,
27-
"run_at": "document_end"
28-
}
29-
],
30-
"web_accessible_resources": ["/css/*", "/img/*"],
31-
"options_ui": {
32-
"page": "options.html",
33-
"open_in_tab": true
34-
},
35-
36-
"icons": { "16": "icon16.png",
37-
"48": "icon48.png",
38-
"128": "icon128.png" }
39-
}
6+
"permissions": [
7+
"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/"
15+
],
16+
"applications": {
17+
"gecko": {
18+
19+
"strict_min_version": "42.0"
20+
}
21+
},
22+
"content_scripts": [
23+
{
24+
"matches": [
25+
"*://scp-wiki.wikidot.com/*",
26+
"*://*.scp-wiki.net/*",
27+
"*://*.scpwiki.com/*",
28+
"*://scpnet.org/*"
29+
],
30+
"js": [
31+
"browser-polyfill.js",
32+
"main.js",
33+
"options.js"
34+
],
35+
"all_frames": true,
36+
"run_at": "document_end"
37+
}
38+
],
39+
"web_accessible_resources": [
40+
"/css/*",
41+
"/img/*"
42+
],
43+
"options_ui": {
44+
"page": "options.html",
45+
"open_in_tab": true
46+
},
47+
"icons": {
48+
"16": "icon16.png",
49+
"48": "icon48.png",
50+
"128": "icon128.png"
51+
}
52+
}

0 commit comments

Comments
 (0)