TwentyThree Screen Sharing

TwentyThree Screen Sharing

Allow live streaming, screen sharing and video recording with TwentyThree.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TwentyThree Screen Sharing",
  "description": "Allow live streaming, screen sharing and video recording with TwentyThree.",
  "author": "TwentyThree.",
  "version": "1.2",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "homepage_url": "https://www.twentythree.net/",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://*.videomarketingplatform.co/*",
      "https://*.23video.com/*",
      "http://localhost:8080/*"
    ]
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "desktopCapture",
    "tabs"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}