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",
"manifest_version": 3,
"name": "Telegram Pusher",
"short_name": "TelePush",
"description": "Push URLs, images and notes to Telegram",
"version": "2.55",
"minimum_chrome_version": "93",
"options_page": "options.html",
"permissions": [
"scripting",
"contextMenus",
"notifications",
"activeTab",
"storage"
],
"icons": {
"16": "assets\/t16.png",
"32": "assets\/t32.png",
"48": "assets\/t48.png",
"128": "assets\/t128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "assets\/t16.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/t16.png",
"assets\/t32.png",
"assets\/t48.png",
"assets\/t128.png"
],
"matches": [
"<all_urls>"
]
}
]
}