Livestorm Screensharing

Livestorm Screensharing

Livestorm extension utility for screensharing support

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Livestorm Screensharing",
  "author": "Livestorm",
  "version": "1.1",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "Livestorm extension utility for screensharing support",
  "homepage_url": "https://livestorm.co",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://localhost:4000/*",
      "https://*.livestorm.co/*",
      "https://*.livestorm.fr/*"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}