File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " Hashnode chrome extension " ,
2+ "name" : " Hashnode — The Dev Community " ,
33 "manifest_version" : 2 ,
4- "version" : " 0.0.2 " ,
5- "description" : " A chrome extension for Hashnode " ,
4+ "version" : " 0.0.3 " ,
5+ "description" : " Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community. " ,
66 "permissions" : [],
77 "background" : {},
8- "short_name" : " Hashnode extension " ,
8+ "short_name" : " Hashnode" ,
99 "browser_action" : {
1010 "default_popup" : " index.html"
1111 },
1212 "externally_connectable" : {
1313 "matches" : [" *://*.hashnode.com/*" ]
1414 },
1515 "author" : " Hashnode" ,
16- "homepage_url" : " http://extension. hashnode.com" ,
16+ "homepage_url" : " http://hashnode.com" ,
1717 "default_icon" : {
1818 "16" : " images/hn-logo-16.png" ,
1919 "32" : " images/hn-logo-32.png" ,
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ button{
368368 margin : 10px 0 ;
369369 color : $dark ;
370370 line-height : normal ;
371- font-size : 24 px ;
371+ font-size : 22 px ;
372372 }
373373
374374 .post-desc {
You can’t perform that action at this time.
0 commit comments