Telegram For PC, Windows and Mac

Telegram For PC, Windows and Mac

With this Telegram For PC extension, you can send message and hide/show the chat with single click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Telegram For PC, Windows and Mac",
  "description": " With this Telegram For PC extension, you can send message and hide/show the chat with single click",
  "manifest_version": 3,
  "version": "1.0.0",
  "background": {
    "service_worker": "assets/js/background.js"
  },
  "action": {
    "default_icon": "assets/images/icon.png",
    "default_popup": "pages/popup.html"
  },
  "icons": {
    "16": "assets/images/icon.png",
    "32": "assets/images/icon.png",
    "48": "assets/images/icon.png",
    "128": "assets/images/icon.png"
  },
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "https://web.telegram.org/*"
  ]
}