Eurekly Screen Sharing Tool

Eurekly Screen Sharing Tool

Screen sharing intended for lessons

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "1.0.0",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "short_name": "Screen Share",
  "icons": {
    "16": "./icons/16.png",
    "32": "./icons/32.png",
    "48": "./icons/48.png",
    "128": "./icons/128.png"
  },
  "background": {
    "scripts": [
      "extension.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://localhost:*/*",
      "*://*.eurekly.com/*"
    ]
  },
  "browser_action": {
    "default_icon": "/icons/48.png"
  },
  "permissions": [
    "desktopCapture",
    "tabs"
  ]
}