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", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.3", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "default_title": "__MSG_extTitle__" }, "host_permissions": [ "https:\/\/web.telegram.org\/*" ], "permissions": [ "tabs", "storage" ], "content_scripts": [ { "js": [ "assets\/content_k.tsx-loader-Brd8ixpf.js" ], "matches": [ "https:\/\/web.telegram.org\/k\/*" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "https:\/\/web.telegram.org\/*" ], "resources": [ "assets\/content_k.tsx-DlWIdjy9.js" ], "use_dynamic_url": false } ] }