parent
e8d75c4b26
commit
816c348843
1 changed files with 12 additions and 0 deletions
@ -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 new issue