Don't infinite loop on comments larger than window
[hnim.git] / manifest.json
CommitLineData
ffe0b2f4
JC
1{
2 "manifest_version": 2,
3 "name": "HNim",
2410844e 4 "version": "0.6",
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}