Telegram Pusher

Telegram Pusher

Push URLs, images and notes to Telegram

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Telegram Pusher",
  "short_name": "TelePush",
  "description": "Push URLs, images and notes to Telegram",
  "version": "2.1",
  "minimum_chrome_version": "93",
  "options_page": "options.html",
  "permissions": [
    "contextMenus",
    "notifications",
    "activeTab",
    "storage"
  ],
  "icons": {
    "16": "assets/t16.png",
    "32": "assets/t32.png",
    "48": "assets/t48.png",
    "128": "assets/t128.png"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "action": {
    "default_icon": "assets/t16.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}