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 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" ,
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+ }
You can’t perform that action at this time.
0 commit comments