Getscreen.me - Remote Desktop Access

Getscreen.me - Remote Desktop Access

Connect to your computers and invite customers in one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Getscreen.me - Remote Desktop Access",
  "version": "3.5",
  "description": "Connect to your computers and invite customers in one click!",
  "permissions": [
    "declarativeContent",
    "clipboardWrite",
    "storage",
    "tabs",
    "activeTab",
    "alarms",
    "scripting"
  ],
  "host_permissions": [
    "https://*.getscreen.me/*"
  ],
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "html/options.html",
  "action": {
    "default_popup": "html/popup.html",
    "default_icon": {
      "16": "i/16x16.png",
      "32": "i/32x32.png",
      "48": "i/48x48.png",
      "128": "i/128x128.png"
    }
  },
  "icons": {
    "16": "i/16x16.png",
    "32": "i/32x32.png",
    "48": "i/48x48.png",
    "128": "i/128x128.png"
  }
}