RemoteEye Screensharing

RemoteEye Screensharing

Chrome extension to enable Screen sharing on RemoteEye.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RemoteEye Screensharing",
  "author": "RemoteEye",
  "version": "3.0",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "Chrome extension to enable Screen sharing on RemoteEye.",
  "homepage_url": "http://www.remoteeye.com/",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://*.app.remoteeye.com/*"
    ]
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}