add manifest.json

jh-changes
Shin'ya Ueoka 7 years ago
parent e8d75c4b26
commit 816c348843
  1. 12
      manifest.json

@ -0,0 +1,12 @@
{
"manifest_version": 2,
"name": "Vim Vixen",
"description": "Vim Vixen",
"version": "0.0.1",
"content_scripts": [
{
"matches": [ "http://*/*", "https://*/*" ],
"js": [ "build/index.js" ]
}
]
}