Telegram Web

Telegram Web

Telegram Web use on your Windows 10/8.1/8/7/Vista/XP or Mac PC/Laptop, using this extension. Just click on the icon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.0",
  "name": "Telegram Web",
  "description": "Telegram Web use on your Windows 10/8.1/8/7/Vista/XP or Mac PC/Laptop, using this extension. Just click on the icon.",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon/default.png",
    "default_title": "Telegram Web",
    "default_popup": "index.html"
  }
}