2016-03-17 03:33:15 +00:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
2016-05-18 20:28:50 +00:00
|
|
|
"name": "Yomichan",
|
2016-06-04 04:01:59 +00:00
|
|
|
"version": "0.3",
|
2016-03-17 03:33:15 +00:00
|
|
|
|
2016-05-18 20:28:50 +00:00
|
|
|
"description": "Japanese dictionary with Anki integration",
|
|
|
|
"icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"},
|
|
|
|
"browser_action": {"default_icon": {"19": "img/icon19.png", "38": "img/icon38.png"}},
|
2016-04-07 05:20:00 +00:00
|
|
|
|
2016-05-18 20:28:50 +00:00
|
|
|
"author": "Alex Yatskov",
|
|
|
|
"background": {"page": "bg/background.html"},
|
|
|
|
"content_scripts": [{
|
|
|
|
"matches": ["*://*/*"],
|
|
|
|
"js": ["fg/js/range.js", "fg/js/popup.js", "fg/js/api.js", "fg/js/client.js"],
|
|
|
|
"css": ["fg/css/client.css"]
|
|
|
|
}],
|
|
|
|
"minimum_chrome_version": "45.0.0.0",
|
2016-04-25 03:04:14 +00:00
|
|
|
"options_page": "bg/options.html",
|
2016-05-18 20:28:50 +00:00
|
|
|
"permissions": ["storage"],
|
2016-04-25 03:04:14 +00:00
|
|
|
"web_accessible_resources": [
|
|
|
|
"fg/css/frame.css",
|
2016-05-10 02:07:39 +00:00
|
|
|
"fg/img/add_kanji.png",
|
2016-05-29 20:26:09 +00:00
|
|
|
"fg/img/add_vocab_kana.png",
|
|
|
|
"fg/img/add_vocab_kanji.png",
|
2016-06-14 05:09:39 +00:00
|
|
|
"fg/img/pronounce.png",
|
2016-05-10 02:07:39 +00:00
|
|
|
"fg/js/frame.js",
|
|
|
|
"fg/ttf/kanji-stroke-orders.ttf",
|
|
|
|
"fg/ttf/vl-gothic-regular.ttf"
|
2016-06-11 22:45:30 +00:00
|
|
|
],
|
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "yomichan-gecko@example.com"
|
|
|
|
}
|
|
|
|
}
|
2016-03-17 03:33:15 +00:00
|
|
|
}
|