aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-11 23:22:03 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-11 23:24:24 +0900
commit816c3488439c6264eac73bbbea359eaf60bfb1c8 (patch)
tree40c43ec8b69e329d755b835e6f52a2e6512bf8d1 /manifest.json
parente8d75c4b26c67bbc960454d1f781e450fcf26fb8 (diff)
add manifest.json
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" ]
+ }
+ ]
+}