Skip to content

Commit 0e05e78

Browse files
committed
Update manifest
* Arranged match list by importance * Reformatted JSON to match XPI content * Bump version number for release
1 parent 1d5970d commit 0e05e78

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

manifest.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "SO Focused",
4-
"version": "1.0",
4+
"version": "1.1",
55
"description": "Hides the \"Hot Network Questions\" sidebar on StackOverflow and related sites.",
66
"author": "Rob Cowsill",
77
"homepage_url": "https://github.com/rcowsill/SO-Focused",
@@ -11,15 +11,17 @@
1111
"content_scripts": [
1212
{
1313
"matches": [
14-
"*://*.askubuntu.com/*",
15-
"*://*.serverfault.com/*",
16-
"*://*.stackapps.com/*",
17-
"*://*.stackexchange.com/*",
1814
"*://*.stackoverflow.com/*",
19-
"*://*.superuser.com/*"
15+
"*://*.stackexchange.com/*",
16+
"*://*.superuser.com/*",
17+
"*://*.serverfault.com/*",
18+
"*://*.askubuntu.com/*",
19+
"*://*.stackapps.com/*"
2020
],
2121
"run_at": "document_start",
22-
"css": ["css/hide-hnq.css"]
22+
"css": [
23+
"css/hide-hnq.css"
24+
]
2325
}
2426
]
25-
}
27+
}

0 commit comments

Comments
 (0)