From 816c3488439c6264eac73bbbea359eaf60bfb1c8 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Fri, 11 Aug 2017 23:22:03 +0900 Subject: [PATCH] add manifest.json --- manifest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifest.json 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" ] + } + ] +}