WAPlus: Desktop App for Telegram™

WAPlus: Desktop App for Telegram™

Provides easy access to Telegram, and notifies you of all incoming posts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "lib/chrome/background.html"
  },
  "browser_action": {
    "default_icon": {
      "128": "data/icons/128.png"
    },
    "default_popup": "data/popup/popup.html",
    "default_title": "Desktop Messenger for Telegramâ„¢"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "data/content_script/inject.css"
      ],
      "js": [
        "data/content_script/inject.js"
      ],
      "matches": [
        "*://*.web.telegram.org/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Provides easy access to Telegram, and notifies you of all incoming posts.",
  "homepage_url": "https://waplus.io/whatsapp-tools",
  "icons": {
    "128": "data/icons/128.png"
  },
  "manifest_version": 2,
  "name": "WAPlus: Desktop App for Telegramâ„¢",
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://*.web.telegram.org/*",
    "*://*.vesta.web.telegram.org/*"
  ],
  "short_name": "telegram-desktop",
  "version": "1.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}