Verto Phone

Verto Phone

FreeSWITCH verto phone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Verto Phone",
  "description": "FreeSWITCH verto phone.",
  "short_name": "Verto Phone",
  "version": "0.4.1",
  "author": "[email protected]",
  "minimum_chrome_version": "23",
  "icons": {
    "16": "images/call16.png",
    "20": "images/call20.png",
    "24": "images/call24.png",
    "32": "images/call32.png",
    "48": "images/call48.png",
    "64": "images/call64.png",
    "128": "images/call128.png",
    "256": "images/call256.png",
    "512": "images/call512.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "alwaysOnTopWindows",
    "notifications",
    "http://localhost/",
    "audioCapture",
    "videoCapture",
    "desktopCapture",
    "<all_urls>",
    "fullscreen",
    "background"
  ],
  "app": {
    "background": {
      "scripts": [
        "lib/jquery/jquery-2.1.3.min.js",
        "lib/ratchet-v2.0.2/js/ratchet.min.js",
        "lib/verto.js",
        "js/db.js",
        "js/helper.js",
        "js/call.js",
        "js/session.js",
        "js/conference.js",
        "background.js"
      ]
    }
  }
}