Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.6.9", "default_locale": "en", "background": { "service_worker": "js\/background.js" }, "permissions": [ "contextMenus", "storage" ], "host_permissions": [ "<all_urls>", "file:\/\/*\/*" ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "action": { "default_icon": "images\/19.png", "default_title": "Japanese dictionary Mazii", "default_popup": "popup.html" }, "options_page": "option.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contents.js", "js\/common.js" ], "css": [ "css\/contents.css" ], "run_at": "document_end" } ], "commands": { "dbclick_enable": { "suggested_key": { "default": "Ctrl+Shift+M", "mac": "Command+Shift+M" }, "description": "Send event enable or disable fast translate by double click" } }, "content_security_policy": { "extension_pages": "script-src 'self'; connect-src https:\/\/inputtools.google.com https:\/\/translate.googleapis.com http:\/\/www.ispeech.org https:\/\/mazii.net https:\/\/api.mazii.net https:\/\/www.google.com ; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "data\/kanjimini.json", "_locales\/*.json", "favicon.ico" ], "matches": [ "*:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.mazii.net\/*" ] } }