Dialpad

Dialpad

Dialpad is communications for the modern workplace.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dialpad",
  "version": "19.6.7",
  "minimum_chrome_version": "29",
  "description": "Dialpad is communications for the modern workplace.",
  "icons": {
    "16": "images/icon_16.png",
    "128": "images/icon_128.png"
  },
  "url_handlers": {
    "launch": {
      "matches": [
        "*://dialpad.com/launch*"
      ],
      "title": "Launch Dialpad App"
    }
  },
  "permissions": [
    "audioCapture",
    "clipboardWrite",
    "contextMenus",
    "fileSystem",
    "fullscreen",
    "gcm",
    "identity",
    "idle",
    "notifications",
    "storage",
    "system.network",
    "webview",
    "videoCapture",
    "alwaysOnTopWindows",
    "unlimitedStorage",
    "http://devbox:8085/",
    "*://dialpad.com/",
    "*://*.appspot.com/",
    "*://*.ggpht.com/",
    "*://media.licdn.com/"
  ],
  "optional_permissions": [
    "desktopCapture",
    "https://*/"
  ],
  "app": {
    "background": {
      "scripts": [
        "js/lib/jquery.js",
        "js/lib/underscore.js",
        "background.js",
        "notification.js"
      ]
    }
  },
  "sandbox": {
    "pages": []
  },
  "oauth2": {
    "client_id": "640049980484-2h3i6u95mkhhiejpj4c5eu58p8fmt70t.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.google.com/m8/feeds"
    ]
  },
  "replacement_web_app": "https://dialpad.com/app"
}