Mirroring360 Sender for Chrome

Cast your Chromebook or Computer Screen to Another Computer (PC or MAC)
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
  ]
}