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