Skip to content

Commit 91d9236

Browse files
committed
1.2.0
1 parent 8e34a1c commit 91d9236

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "S-CSS-P",
3-
"version": "1.1.7",
3+
"version": "1.2.0",
44
"description": "A stylesheet picker for The SCP Wiki",
55
"manifest_version": 2,
66
"permissions": [
77
"storage",
8+
"http://scpwiki.com",
9+
"http://www.scpwiki.com",
810
"http://*.scp-wiki.net/",
911
"http://scp-wiki.wikidot.com/",
1012
"https://*.scp-wiki.net/",
@@ -19,7 +21,7 @@
1921
},
2022
"content_scripts": [
2123
{
22-
"matches": ["http://*.scp-wiki.net/*","http://scp-wiki.wikidot.com/*","https://*.scp-wiki.net/*","https://scp-wiki.wikidot.com/*", "http://scpnet.org/*"],
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/*"],
2325
"js": ["main.js", "options.js"],
2426
"all_frames": true,
2527
"run_at": "document_end"

0 commit comments

Comments
 (0)