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",
"default_locale": "en",
"manifest_version": 3,
"name": "__MSG_name__",
"short_name": "Telegram Sender",
"description": "__MSG_desc__",
"version": "3.5.2",
"icons": {
"128": "icons\/128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons\/logo.png"
}
},
"permissions": [
"activeTab",
"notifications",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/*.web.telegram.org\/*",
"http:\/\/*.web.telegram.org\/*"
],
"web_accessible_resources": [
{
"resources": [
"popup.js",
"popup.css",
"img\/invite_use_guide.png",
"img\/message_use_guide.png",
"img\/scrape_use_guide.png",
"imgs\/logo.png",
"imgs\/pinned.gif",
"imgs\/guide.png",
"imgs\/auto_reply_running.gif",
"imgs\/*",
"fonts\/*"
],
"matches": [
"https:\/\/*.web.telegram.org\/*",
"http:\/\/*.web.telegram.org\/*"
]
}
],
"content_scripts": [
{
"js": [
"content-script.js"
],
"matches": [
"https:\/\/*.web.telegram.org\/*",
"http:\/\/*.web.telegram.org\/*",
"https:\/\/*.teleplus.io\/*"
],
"run_at": "document_end"
}
]
}