Skip to content

Commit 3dfaa2c

Browse files
committed
Manifest rewrite for Firefox port.
1 parent ce08610 commit 3dfaa2c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

manifest.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "S-CSS-P",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "A stylesheet picker for The SCP Wiki",
55
"manifest_version": 2,
66
"permissions": [
@@ -11,6 +11,12 @@
1111
"https://scp-wiki.wikidot.com/",
1212
"http://scpnet.org/"
1313
],
14+
"applications": {
15+
"gecko": {
16+
17+
"strict_min_version": "42.0"
18+
}
19+
},
1420
"content_scripts": [
1521
{
1622
"matches": ["http://*.scp-wiki.net/*","http://scp-wiki.wikidot.com/*","https://*.scp-wiki.net/*","https://scp-wiki.wikidot.com/*", "http://scpnet.org/*"],
@@ -20,7 +26,10 @@
2026
}
2127
],
2228
"web_accessible_resources": ["/css/*", "/img/*"],
23-
"options_page": "options.html",
29+
"options_ui": {
30+
"page": "options.html",
31+
"open_in_tab": true
32+
},
2433

2534
"icons": { "16": "icon16.png",
2635
"48": "icon48.png",

0 commit comments

Comments
 (0)