aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: 2621c5e6302a1e8141447c23e16488797e127648 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "manifest_version": 2,
  "name": "Vim Vixen",
  "description": "Vim Vixen",
  "version": "0.0.1",
  "content_scripts": [
    {
      "matches": [ "http://*/*", "https://*/*" ],
      "js": [ "build/index.js" ]
    }
  ],
  "background": {
    "scripts": ["build/background.js"]
  }
}