f95615dd0bab95e4f46d497171f8b88c6a9c0d7a
[hnim.git] / manifest.json
1 {
2 "manifest_version": 2,
3 "name": "HNim",
4 "version": "0.1",
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 }