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": "TranleaX AI Live Translator",
"version": "1.0.2",
"description": "Real-time multilingual speech AI for Meeting",
"homepage_url": "https:\/\/tranleax.com",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_title": "TranleaX AI Live Translator"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/tranleax.com\/*"
],
"js": [
"tranleax-content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage",
"sidePanel"
],
"host_permissions": [
"https:\/\/tranleax.com\/*",
"https:\/\/api.tranleax.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"sidepanel.html",
"sidepanel.js",
"button-chunk.js",
"index-chunk.js",
"index.css",
"logo.svg",
"LogoWhite.svg"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}