VoIPstudio

VoIPstudio

VoIPstudio Chrome extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VoIPstudio",
  "description": "__MSG_appDesc__",
  "version": "1.8.0",
  "default_locale": "en",
  "permissions": [
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background/level7-sip.js",
      "background/level7-xmpp.js",
      "background/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/parser.js",
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ]
    }
  ],
  "icons": {
    "16": "resources/images/icon16.png",
    "32": "resources/images/icon32.png",
    "48": "resources/images/icon48.png",
    "128": "resources/images/icon128.png"
  },
  "browser_action": {},
  "web_accessible_resources": [
    "build.html"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-WOdSzz11/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'",
  "manifest_version": 2
}