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": "CleanBuddy for Telegram",
"description": "Your friendly assistant to bulk-delete messages and keep your Telegram chats tidy.",
"version": "1.0.2",
"manifest_version": 3,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.telegram.org\/*",
"*:\/\/webk.telegram.org\/*",
"*:\/\/*.t.me\/*"
],
"js": [
"contentScript.js"
]
}
]
}