Telegram Desktop - Windows and Mac

Telegram Desktop - Windows and Mac

Use Telegram on your Windows 11/10/8/7/Vista/XP Desktop or Mac, using this extension. Start chatting fast and securely.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.2",
  "name": "Telegram Desktop - Windows and Mac",
  "description": "Use Telegram on your Windows 11/10/8/7/Vista/XP Desktop or Mac, using this extension. Start chatting fast and securely.",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon/16.png",
      "32": "icon/32.png",
      "48": "icon/48.png",
      "128": "icon/128.png"
    },
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "service-worker.js"
  }
}