Smart Guest Solution

Smart Guest Solution

Smart Guest Solution Chrome Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Smart Guest Solution",
  "version": "1.0.0.1",
  "description": "Smart Guest Solution Chrome Extension",
  "background": {
    "service_worker": "background.js"
  },
  "homepage_url": "https://www.comprsietechnologies.com/",
  "minimum_chrome_version": "88",
  "offline_enabled": false,
  "permissions": [
    "printerProvider",
    "notifications",
    "proxy",
    "idle",
    "alarms",
    "enterprise.deviceAttributes"
  ],
  "host_permissions": [
    "https://chromedemo.saminthecloud.com/"
  ],
  "action": {},
  "short_name": "Smart Guest Solution",
  "version_name": "1.0.0.1",
  "externally_connectable": {
    "matches": [
      "https://chromedemo.saminthecloud.com/*"
    ]
  }
}