Ant Media Server Screen Share extension

Ant Media Server Screen Share extension

This extension allows you to share your screen with Ant Media Server

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Ant-Media",
  "background": {
    "persistent": false,
    "scripts": [
      "background-script.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content-script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "This extension allows you to share your screen with Ant Media Server",
  "homepage_url": "https://www.antmedia.io",
  "icons": {
    "48": "icon.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "name": "Ant Media Server Screen Share extension",
  "permissions": [
    "desktopCapture"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1",
  "web_accessible_resources": [
    "icon.png"
  ]
}