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": "LocalizeAI - AI Translation Testing",
"version": "2.0.2",
"description": "__MSG_appDesc__",
"default_locale": "en",
"permissions": [
"activeTab",
"storage",
"scripting",
"identity",
"sidePanel"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"oauth2": {
"client_id": "864763590147-d22597lg2dgprmbni39pbg5kn36n7n1t.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile",
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": "icons\/icon128.png",
"default_title": "LocalizeAI - Open Side Panel"
},
"side_panel": {
"default_path": "panel.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"xlsx.full.min.js",
"i18n-helper.js",
"languages-config.js",
"translate-client.js",
"bug-report-db.js",
"bug-report-export.js",
"drive-sync.js",
"bug-report-manager.js",
"bug-report-sidebar.js",
"json-translator.js",
"confirm-dialog.js",
"text-shimmer.js",
"content.js"
],
"css": [
"content.css",
"content-language-modern.css",
"content-modal-modern.css"
],
"run_at": "document_idle",
"all_frames": false
}
],
"icons": {
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/lucide\/*.svg",
"icons\/*.png",
"animation\/*.json"
],
"matches": [
"<all_urls>"
]
}
]
}