diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..61c815a --- /dev/null +++ b/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" ] + } + ] +}