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": "LingoTranslate - Instant 3-Language Translator",
"version": "4.1",
"description": "Translate text into 3 languages at once. Features auto-save history, dark mode, and native pronunciation.",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/script.google.com\/*",
"https:\/\/script.googleusercontent.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_title": "LingoTranslate",
"default_icon": {
"128": "icon128.png"
}
},
"icons": {
"128": "icon128.png"
}
}