Mirroring360 Sender for Chrome

Mirroring360 Sender for Chrome

Cast your Chromebook or Computer Screen to Another Computer (PC or MAC)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "version": "1.1.0.5",
  "offline_enabled": true,
  "options_page": "options.html",
  "action": {
    "default_icon": "image/icon_19.png",
    "default_popup": "popup.html",
    "default_title": "Mirroring360 Sender"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "16": "image/icon_16.png",
    "128": "image/icon_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "nativeMessaging",
    "desktopCapture",
    "tabCapture",
    "activeTab"
  ]
}