Skip to content

Commit 31a011c

Browse files
committed
Change manifest and bump version
1 parent e352463 commit 31a011c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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",

styles/App.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ button{
368368
margin: 10px 0;
369369
color: $dark;
370370
line-height: normal;
371-
font-size: 24px;
371+
font-size: 22px;
372372
}
373373

374374
.post-desc{

0 commit comments

Comments
 (0)