This repository was archived by the owner on Nov 19, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-18
lines changed
Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " Minimal GitHub" ,
3- "short_name" : " minimal-github" ,
4- "description" : " A minimalistic GitHub dashboard" ,
5- "manifest_version" : 2 ,
6- "version" : " 1.0.8" ,
7- "author" :
" Saugat Acharya <[email protected] >" ,
8- "homepage_url" : " https://github.com/mesaugat/minimal-github" ,
9- "content_scripts" : [{
10- "matches" : [" https://github.com/*" ],
11- "css" : [" main.css" ],
12- "run_at" : " document_start"
13- }],
14- "icons" : {
15- "16" : " icons/16.png" ,
16- "32" : " icons/32.png" ,
17- "48" : " icons/48.png" ,
18- "128" : " icons/128.png"
19- }
2+ "name" : " Minimal GitHub" ,
3+ "short_name" : " minimal-github" ,
4+ "description" : " A minimalistic GitHub dashboard" ,
5+ "manifest_version" : 2 ,
6+ "version" : " 2.0.0" ,
7+ "author" :
" Saugat Acharya <[email protected] >" ,
8+ "homepage_url" : " https://github.com/mesaugat/minimal-github" ,
9+ "content_scripts" : [
10+ {
11+ "matches" : [" https://github.com/*" ],
12+ "css" : [" main.css" ],
13+ "run_at" : " document_start"
14+ }
15+ ],
16+ "icons" : {
17+ "16" : " icons/16.png" ,
18+ "32" : " icons/32.png" ,
19+ "48" : " icons/48.png" ,
20+ "128" : " icons/128.png"
21+ }
2022}
You can’t perform that action at this time.
0 commit comments