Skip to content

Commit 9bbee9b

Browse files
committed
Move manifest to src
1 parent b6d418c commit 9bbee9b

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed
Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
11
{
22
"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",
54
"manifest_version": 2,
65
"permissions": [
76
"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/*"
1511
],
16-
"applications": {
17-
"gecko": {
18-
19-
"strict_min_version": "42.0"
20-
}
21-
},
2212
"content_scripts": [
2313
{
2414
"matches": [
@@ -28,14 +18,19 @@
2818
"*://scpnet.org/*"
2919
],
3020
"js": [
31-
"browser-polyfill.js",
3221
"main.js",
3322
"options.js"
3423
],
3524
"all_frames": true,
3625
"run_at": "document_end"
3726
}
3827
],
28+
"browser_specific_settings": {
29+
"gecko": {
30+
31+
"strict_min_version": "42.0"
32+
}
33+
},
3934
"web_accessible_resources": [
4035
"/css/*",
4136
"/img/*"
@@ -45,8 +40,8 @@
4540
"open_in_tab": true
4641
},
4742
"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"
5146
}
5247
}

0 commit comments

Comments
 (0)