yomichan/manifest.json
2016-03-19 19:32:35 -07:00

17 lines
390 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": [ "jp/dictionary.js", "content.js" ],
"run_at": "document_end"
}]
}