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": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "version": "2.0.2", "icons": { "128": "assets\/image\/logo_128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_name__", "default_icon": { "128": "assets\/image\/logo_128.png" } }, "host_permissions": [ "https:\/\/web.telegram.org\/*" ], "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "js\/public-injection.js", "assets\/*" ], "matches": [ "https:\/\/web.telegram.org\/*" ] } ], "content_scripts": [ { "js": [ "js\/content-teleram.js" ], "matches": [ "https:\/\/web.telegram.org\/*" ], "run_at": "document_end", "all_frames": true } ] }