File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
3
"name" : " SO Focused" ,
4
- "version" : " 1.0 " ,
4
+ "version" : " 1.1 " ,
5
5
"description" : " Hides the \" Hot Network Questions\" sidebar on StackOverflow and related sites." ,
6
6
"author" : " Rob Cowsill" ,
7
7
"homepage_url" : " https://github.com/rcowsill/SO-Focused" ,
11
11
"content_scripts" : [
12
12
{
13
13
"matches" : [
14
- " *://*.askubuntu.com/*" ,
15
- " *://*.serverfault.com/*" ,
16
- " *://*.stackapps.com/*" ,
17
- " *://*.stackexchange.com/*" ,
18
14
" *://*.stackoverflow.com/*" ,
19
- " *://*.superuser.com/*"
15
+ " *://*.stackexchange.com/*" ,
16
+ " *://*.superuser.com/*" ,
17
+ " *://*.serverfault.com/*" ,
18
+ " *://*.askubuntu.com/*" ,
19
+ " *://*.stackapps.com/*"
20
20
],
21
21
"run_at" : " document_start" ,
22
- "css" : [" css/hide-hnq.css" ]
22
+ "css" : [
23
+ " css/hide-hnq.css"
24
+ ]
23
25
}
24
26
]
25
- }
27
+ }
You can’t perform that action at this time.
0 commit comments