Skip to content

Commit 2fd7652

Browse files
committed
Move manifest to src
1 parent b6d418c commit 2fd7652

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed
Lines changed: 8 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,7 +18,6 @@
2818
"*://scpnet.org/*"
2919
],
3020
"js": [
31-
"browser-polyfill.js",
3221
"main.js",
3322
"options.js"
3423
],
@@ -45,8 +34,8 @@
4534
"open_in_tab": true
4635
},
4736
"icons": {
48-
"16": "icon16.png",
49-
"48": "icon48.png",
50-
"128": "icon128.png"
37+
"16": "img/icon16.png",
38+
"48": "img/icon48.png",
39+
"128": "img/icon128.png"
5140
}
5241
}

0 commit comments

Comments
 (0)