Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_name__",
"version": "1.3.0",
"description": "__MSG_description__",
"permissions": [
"storage",
"tabs"
],
"background": {
"service_worker": "background.iife.js",
"type": "module"
},
"action": {
"default_popup": "popup\/index.html",
"default_icon": "icon.png"
},
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.telegram.org\/*"
],
"js": [
"content-ui\/index.iife.js"
]
},
{
"matches": [
"https:\/\/*.telegram.org\/*"
],
"css": [
"content.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.css",
"*.svg",
"icon-128.png",
"icon-34.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}