diff --git a/src/manifest.json b/src/manifest.json index 8079482..fcced2f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, "name": "hnlinks", - "version": "0.3.1", - "description": "hnlinks description", + "version": "0.4.0", + "description": "Browse links in HackerNews threads, fast!", "content_scripts": [{ "matches": ["https://news.ycombinator.com/item*"], "js": ["readmore.js", "content.js"],