yomichan/manifest.json
2016-03-16 20:33:15 -07:00

17 lines
370 B
JSON

{
"manifest_version": 2,
"name": "Yomichan",
"description": "Yomichan Extension",
"version": "0.0.1",
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [{
"matches": [ "http://*/*", "https://*/*" ],
"js": [ "content.js" ],
"run_at": "document_end"
}]
}