Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": {
"default_icon": {
"32": "assets\/images\/icon32.png",
"36": "assets\/images\/icon36.png",
"38": "assets\/images\/icon38.png",
"48": "assets\/images\/icon48.png",
"64": "assets\/images\/icon64.png",
"128": "assets\/images\/icon128.png"
},
"default_title": "Telegram Web Sidebar"
},
"background": {
"service_worker": "background.js"
},
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "ruleset_1",
"path": "rules.json"
}
]
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"host_permissions": [
"*:\/\/*.telegram.org\/*",
"https:\/\/web.telegram.org\/*"
],
"icons": {
"32": "assets\/images\/icon32.png",
"36": "assets\/images\/icon36.png",
"38": "assets\/images\/icon38.png",
"48": "assets\/images\/icon48.png",
"64": "assets\/images\/icon64.png",
"128": "assets\/images\/icon128.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"sidePanel",
"storage",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess"
],
"short_name": "Telegram",
"side_panel": {
"default_path": "frame.html"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"iframe_page.html",
"iframeTS.js",
"\/assets\/css\/tailwind.min.css"
]
}
]
}