add manifest.json
This commit is contained in:
parent
e8d75c4b26
commit
816c348843
1 changed files with 12 additions and 0 deletions
12
manifest.json
Normal file
12
manifest.json
Normal file
|
@ -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" ]
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue