Fix allowing moving past more link invisibly
[hnim.git] / manifest.json
CommitLineData
ffe0b2f4
JC
1{
2 "manifest_version": 2,
3 "name": "HNim",
1447fd9d 4 "version": "0.4",
ffe0b2f4
JC
5
6 "description": "Adds some VIM keybindings to HackerNews comments",
7
8 "content_scripts": [
9 {
10 "matches": ["*://news.ycombinator.com/*"],
11 "js": ["hnim.js"]
12 }
13 ]
14}