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",
"action": {
"default_icon": {
"32": "logo_48x48_on.png",
"48": "logo_48x48_on.png",
"64": "logo_128x128_on.png",
"96": "logo_128x128_on.png",
"128": "logo_128x128_on.png"
},
"default_title": "Auto Line Message Translator - Line AI Translator"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"default_locale": "en",
"description": "__MSG_extDescription__",
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"32": "logo_48x48_on.png",
"48": "logo_48x48_on.png",
"64": "logo_128x128_on.png",
"96": "logo_128x128_on.png",
"128": "logo_128x128_on.png"
},
"manifest_version": 3,
"name": "__MSG_extName__",
"permissions": [
"downloads",
"storage",
"notifications",
"system.display",
"cookies"
],
"sandbox": {
"pages": [
"ltsmSandbox.html",
"cropperSandbox.html"
]
},
"version": "1.0.6",
"web_accessible_resources": [
{
"resources": [
"static\/img\/*",
"static\/js\/*",
"static\/js\/externals\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
}