Liquidware Browser Monitor

Liquidware Browser Monitor

Liquidware's Stratusphere™ UX browser monitor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Liquidware Browser Monitor",
  "version": "1.3.2",
  "description": "Liquidware's Stratusphere™ UX browser monitor",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "service_worker": "scripts/background.js",
    "type": "module"
  },
  "minimum_chrome_version": "109",
  "permissions": [
    "nativeMessaging",
    "offscreen",
    "management",
    "alarms",
    "idle",
    "tabs"
  ]
}