Telegram desktop online

Telegram desktop online

Send unlimited Telegram messages, photos, videos, and voice notes, and conduct efficient group chats.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_title__",
  "version": "1.1.5",
  "description": "__MSG_description__",
  "default_locale": "en",
  "options_page": "set.html",
  "action": {
    "default_popup": "go.html",
    "default_icon": "draw/i_38.png"
  },
  "icons": {
    "16": "draw/i_16.png",
    "48": "draw/i_48.png",
    "128": "draw/i_128.png"
  },
  "background": {
    "service_worker": "runapps_i.js"
  },
  "permissions": [
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ]
}