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,
"version": "1.3.3",
"name": "__MSG_extName__",
"description": "__MSG_extShortDescription__",
"default_locale": "en",
"author": "Download from Telegram",
"icons": {
"16": "telegram_icon_16.png",
"48": "telegram_icon_48.png",
"64": "telegram_icon_64.png",
"128": "telegram_icon_128.png"
},
"action": {
"default_icon": {
"16": "telegram_icon_16.png",
"48": "telegram_icon_48.png",
"64": "telegram_icon_64.png",
"128": "telegram_icon_128.png"
},
"default_title": "Download from Telegram"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"scripting",
"tabs"
],
"host_permissions": [
"https:\/\/web.telegram.org\/*"
],
"minimum_chrome_version": "107.0.5304.87"
}