Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"minimum_chrome_version": "123",
"default_locale": "en",
"name": "__MSG_extName__",
"short_name": "Dictionary+",
"description": "__MSG_extDescription__",
"version": "0.0.1",
"author": "WebRail",
"icons": {
"24": "icon-24.png",
"128": "icon-128.png"
},
"action": {
"default_title": "open wordbook (Alt+D)"
},
"options_page": "options\/index.html",
"side_panel": {
"default_path": "wordbook\/index.html"
},
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+W",
"windows": "Alt+W",
"mac": "Alt+W",
"linux": "Alt+W"
}
},
"define_popup": {
"suggested_key": {
"default": "Alt+D"
},
"description": "Trigger define popup"
}
},
"web_accessible_resources": [
{
"resources": [
"assets\/languages.json",
"scripts\/define-popup\/dictionary-plus-popup-OIMZDXOE.css",
"scripts\/define-popup\/translator-popup.js",
"scripts\/define-popup\/dictionary-plus-popup.js",
"scripts\/highlighter\/HighlightRange-NCN3MO7P.js",
"scripts\/highlighter\/Highlighter.js",
"scripts\/highlighter\/highlighterCmd.js"
],
"matches": [
"<all_urls>"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "dict-request.json"
}
]
},
"permissions": [
"activeTab",
"contextMenus",
"declarativeNetRequestWithHostAccess",
"scripting",
"sidePanel",
"storage",
"tts"
],
"host_permissions": [
"https:\/\/content-dictionaryextension-pa.googleapis.com\/v1\/dictionaryExtensionData?*"
],
"optional_host_permissions": [
"<all_urls>"
]
}