Telegram

Telegram

Telegram Online em português.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Telegram",
  "description": "",
  "version": "0.0.1",
  "short_name": "Telegram",
  "launch_path": "/index.html",
  "manifest_version": 2,
  "developer": {
    "name": "Telegram",
    "url": "http://telegram.com.br"
  },
  "app": {
    "background": {
      "scripts": [
        "vendor/angular/angular.js",
        "js/background.js"
      ]
    }
  },
  "permissions": [
    "webview",
    {
      "fileSystem": [
        "write"
      ]
    },
    "storage"
  ],
  "icons": {
    "16": "img/icons/icon16.png",
    "32": "img/icons/icon32.png",
    "60": "img/icons/icon60.png",
    "64": "img/icons/icon64.png",
    "90": "img/icons/icon90.png",
    "128": "img/icons/icon128.png"
  }
}