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,
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"author": "Adri\u00e0 Vilanova Mart\u00ednez (@avm99963)",
"homepage_url": "https:\/\/gerrit.avm99963.com\/plugins\/gitiles\/translateselectedtext\/",
"version": "3.0.0",
"version_name": "3.0.0-stable",
"permissions": [
"contextMenus",
"storage",
"notifications"
],
"icons": {
"16": "icons\/translate-16.png",
"32": "icons\/translate-32.png",
"64": "icons\/translate-64.png",
"128": "icons\/translate-128.png",
"256": "icons\/translate-256.png"
},
"background": {
"service_worker": "background.bundle.js"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html"
},
"action": [],
"default_locale": "en",
"minimum_chrome_version": "96.0.4664.45"
}