{ "manifest_version": 2, "name": "Yomichan", "version": "1.1.4", "description": "Japanese dictionary with Anki integration", "icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"}, "browser_action": { "default_icon": {"19": "mixed/img/icon19.png", "38": "mixed/img/icon38.png"}, "default_popup": "bg/popup.html" }, "author": "Alex Yatskov", "background": {"page": "bg/background.html"}, "content_scripts": [{ "matches": ["http://*/*", "https://*/*", "file://*/*"], "js": [ "fg/js/util.js", "fg/js/source-range.js", "fg/js/source-element.js", "fg/js/popup.js", "fg/js/driver.js" ], "css": ["fg/css/client.css"] }], "minimum_chrome_version": "45.0.0.0", "options_ui": { "page": "bg/options.html" }, "permissions": [ "", "storage" ], "web_accessible_resources": [ "fg/frame.html", "fg/js/frame.js", "mixed/css/frame.css", "mixed/img/add-kanji.png", "mixed/img/add-term-kana.png", "mixed/img/add-term-kanji.png", "mixed/img/play-audio.png", "mixed/img/spinner.gif", "mixed/mp3/button.mp3", "mixed/ttf/kanji-stroke-orders.ttf" ], "applications": { "gecko": { "id": "alex@foosoft.net", "strict_min_version": "51.0" } } }