blob: 61c815a2b9aaf2b20e6d14238e1f50df0f1c884c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"manifest_version": 2,
"name": "Vim Vixen",
"description": "Vim Vixen",
"version": "0.0.1",
"content_scripts": [
{
"matches": [ "http://*/*", "https://*/*" ],
"js": [ "build/index.js" ]
}
]
}
|