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",
"name": "__MSG_appName__",
"version": "1.66.0",
"manifest_version": 3,
"description": "__MSG_appDesc__",
"default_locale": "en",
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"permissions": [
"activeTab",
"storage",
"contextMenus",
"tabs",
"scripting",
"declarativeNetRequest",
"identity",
"tts",
"alarms",
"webRequest",
"cookies",
"sidePanel"
],
"storage": {
"managed_schema": "schema.json"
},
"web_accessible_resources": [
{
"resources": [
"images\/*.svg",
"images\/**\/*.svg"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"build\/content.css"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"onboarding.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"build\/dev-page.css"
],
"matches": [
"chrome-extension:\/\/ocpdpnakdghopjcifldjidbdmfobmmoi\/*"
]
},
{
"resources": [
"tesseract\/*"
],
"matches": [
"chrome-extension:\/\/ocpdpnakdghopjcifldjidbdmfobmmoi\/*"
]
}
],
"host_permissions": [
"*:\/\/*.deepl.com\/*",
"https:\/\/api-test.deepl.com\/v1\/*",
"https:\/\/api.deepl.com\/v1\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"build\/content.css"
],
"js": [
"build\/content.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"options_ui": {
"page": "settings.html",
"open_in_tab": true
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "images\/deepl_16.png",
"32": "images\/deepl_32.png",
"48": "images\/deepl_48.png",
"128": "images\/deepl_128.png"
}
},
"side_panel": {
"default_path": "side-panel.html"
},
"icons": {
"16": "images\/deepl_16.png",
"32": "images\/deepl_32.png",
"48": "images\/deepl_48.png",
"128": "images\/deepl_128.png"
},
"commands": {
"trigger-translation": {
"name": "trigger-translation",
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
},
"description": "__MSG_extension_settings_keyboard_shortcut_perform_translation__"
},
"change-language": {
"name": "change-language",
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
},
"description": "__MSG_extension_settings_keyboard_shortcut_change_language__"
},
"screenshot-translation": {
"name": "screenshot-translation",
"description": "__MSG_screenshot_translation_title__"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}
}