aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json12
1 files changed, 12 insertions, 0 deletions
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" ]
+ }
+ ]
+}