Skip to content

Commit 438d9cf

Browse files
committed
Update manifest with shorter description, minor text updates
1 parent 18b8e90 commit 438d9cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Homepage and source code for the CrowdWise browser extension.
1313
## Credits
1414

1515
- Some HN and Reddit parsing code adapted from Newsit: https://github.com/benwinding/newsit/
16-
- Michael Xieyang Liu | [Website](https://lxieyang.github.io)
16+
- Michael Xieyang Liu: [Website](https://lxieyang.github.io)
1717
- This boilerplate is largely derived from [lxieyang/vertical-tabs-chrome-extension](https://github.com/lxieyang/vertical-tabs-chrome-extension) and [lxieyang/chrome-extension-boilerplate-react](https://github.com/lxieyang/chrome-extension-boilerplate-react) (which in turn is adapted from [samuelsimoes/chrome-extension-webpack-boilerplate](https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate)).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "CrowdWise",
33
"version": "0.0.1",
4-
"description": "",
4+
"description": "CrowdWise shows you discussions (from HN/Reddit) about the page you're browsing. What do other people think?",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/frizensami/webpage-discussion-extension/"
8+
"url": "https://github.com/frizensami/crowdwise/"
99
},
1010
"scripts": {
1111
"build": "node utils/build.js",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "CrowdWise",
4-
"description": "CrowdWise shows you discussions (from HN/Reddit) about the page you're browsing. What have you missed? What do other people think?",
4+
"description": "CrowdWise shows you discussions (from HN/Reddit) about the page you're browsing. What do other people think?",
55
"permissions": ["storage", "tabs", "alarms"],
66
"options_page": "options.html",
77
"background": { "service_worker": "background.bundle.js" },

0 commit comments

Comments
 (0)