2016-03-17 03:33:15 +00:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
2016-05-18 20:28:50 +00:00
|
|
|
"name": "Yomichan",
|
2017-07-10 23:30:28 +00:00
|
|
|
"version": "1.2.1",
|
2016-03-17 03:33:15 +00:00
|
|
|
|
2016-05-18 20:28:50 +00:00
|
|
|
"description": "Japanese dictionary with Anki integration",
|
2017-03-04 20:27:05 +00:00
|
|
|
"icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"},
|
2017-03-02 04:49:46 +00:00
|
|
|
"browser_action": {
|
2017-03-04 20:27:05 +00:00
|
|
|
"default_icon": {"19": "mixed/img/icon19.png", "38": "mixed/img/icon38.png"},
|
2017-03-02 04:49:46 +00:00
|
|
|
"default_popup": "bg/popup.html"
|
|
|
|
},
|
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": [{
|
2017-03-01 04:23:29 +00:00
|
|
|
"matches": ["http://*/*", "https://*/*", "file://*/*"],
|
2016-07-23 05:14:59 +00:00
|
|
|
"js": [
|
2017-07-23 06:19:38 +00:00
|
|
|
"fg/js/api.js",
|
2017-08-06 03:20:22 +00:00
|
|
|
"fg/js/document.js",
|
2016-07-23 05:14:59 +00:00
|
|
|
"fg/js/popup.js",
|
2017-08-14 04:11:10 +00:00
|
|
|
"fg/js/source.js",
|
2017-08-06 03:20:22 +00:00
|
|
|
"fg/js/util.js",
|
|
|
|
|
2017-07-21 04:29:27 +00:00
|
|
|
"fg/js/frontend.js"
|
2016-07-23 05:14:59 +00:00
|
|
|
],
|
2016-05-18 20:28:50 +00:00
|
|
|
"css": ["fg/css/client.css"]
|
|
|
|
}],
|
2017-07-10 22:22:19 +00:00
|
|
|
"minimum_chrome_version": "57.0.0.0",
|
2016-06-18 23:02:07 +00:00
|
|
|
"options_ui": {
|
2017-07-16 19:59:16 +00:00
|
|
|
"page": "bg/settings.html"
|
2016-06-18 23:02:07 +00:00
|
|
|
},
|
2016-12-29 17:36:54 +00:00
|
|
|
"permissions": [
|
2017-02-26 19:49:37 +00:00
|
|
|
"<all_urls>",
|
2017-04-01 04:48:10 +00:00
|
|
|
"storage",
|
|
|
|
"clipboardWrite"
|
2016-12-29 17:36:54 +00:00
|
|
|
],
|
2017-03-18 20:00:29 +00:00
|
|
|
"commands": {
|
|
|
|
"toggle": {
|
|
|
|
"suggested_key": {
|
|
|
|
"default": "Alt+Delete"
|
|
|
|
},
|
|
|
|
"description": "Toggle text scanning"
|
|
|
|
},
|
|
|
|
"search": {
|
|
|
|
"suggested_key": {
|
|
|
|
"default": "Alt+Insert"
|
|
|
|
},
|
|
|
|
"description": "Open search window"
|
|
|
|
}
|
|
|
|
},
|
2017-03-30 03:29:16 +00:00
|
|
|
"web_accessible_resources": ["fg/frame.html"],
|
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
2017-03-30 04:04:35 +00:00
|
|
|
"id": "yomichan-live@foosoft.net",
|
2017-07-10 22:22:19 +00:00
|
|
|
"strict_min_version": "52.0",
|
2017-04-01 23:54:13 +00:00
|
|
|
"update_url": "https://foosoft.net/projects/yomichan/dl/updates.json"
|
2017-03-30 03:29:16 +00:00
|
|
|
}
|
|
|
|
}
|
2016-03-17 03:33:15 +00:00
|
|
|
}
|