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": "Send to Telegram for Google Chrome",
"version": "1.1.1",
"description": "Send to Telegram for Google Chrome, with your own key and token.",
"action": {
"default_icon": "tg.png",
"default_title": "Push this page!"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "tg.png"
},
"options_page": "options.html",
"permissions": [
"tabs",
"contextMenus",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content_script.js"
]
}
],
"manifest_version": 3
}