17 lines
390 B
JSON
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"
|
|
}]
|
|
}
|