Version 0.3
[hnim.git] / manifest.json
CommitLineData
ffe0b2f4
JC
1{
2 "manifest_version": 2,
3 "name": "HNim",
b35a92e5 4 "version": "0.3",
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}