BeLive Desktop

BeLive Desktop

BeLive.tv Desktop Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "BeLive Studios LTD",
  "name": "BeLive Desktop",
  "description": "BeLive.tv Desktop Extension",
  "homepage_url": "https://belive.tv/",
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background-script.js",
      "background-v2-script.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content-script.js"
      ],
      "matches": [
        "https://belive.tv/*",
        "https://*.belive.tv/*"
      ],
      "run_at": "document_end"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://belive.tv/*",
      "https://*.belive.tv/*"
    ]
  },
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "permissions": [
    "desktopCapture",
    "system.cpu",
    "system.memory",
    "https://belive.tv/*",
    "https://*.belive.tv/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "icon.png"
  ],
  "version": "1.2.1"
}