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": "Telegram WebApp Platform Modifier",
"version": "2.2",
"description": "Enabling Telegram webApps to run in desktop version of Telegram",
"host_permissions": [
"https:\/\/web.telegram.org\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/web.telegram.org\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/assets\/16.png",
"32": "\/assets\/32.png",
"48": "\/assets\/48.png",
"128": "\/assets\/128.png"
}
},
"icons": {
"16": "\/assets\/16.png",
"32": "\/assets\/32.png",
"48": "\/assets\/48.png",
"128": "\/assets\/128.png"
}
}