Inspect and view changes in DeepL Translation source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "3.9.1.4",
"author": "Juan Escobar",
"homepage_url": "https://github.com/r-u-i/to-google-translate",
"default_locale": "en",
"icons": {
"16": "icons/logo-16.png",
"32": "icons/logo-32.png",
"48": "icons/logo-48.png",
"96": "icons/logo-96.png"
},
"options_ui": {
"page": "src/options/options.html"
},
"background": {
"scripts": [
"src/config.js",
"src/background/translate.js"
]
},
"browser_action": {
"default_title": "DeepL Translation",
"default_icon": {
"16": "icons/logo-16.png",
"32": "icons/logo-32.png",
"48": "icons/logo-48.png",
"96": "icons/logo-96.png"
},
"default_popup": "src/popup/popup.html"
},
"permissions": [
"contextMenus",
"storage",
"webRequest",
"webRequestBlocking",
"https://www.deepl.com/*",
"http://www.deepl.com/*"
],
"web_accessible_resources": [
"icons/help.png",
"supported_languages.json"
],
"applications": {
"gecko": {
"id": "sid1-93WyvpgvxzGATw@jetpacg"
}
}
}