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