hacscwmp

hacscwmp

cwmp for hacs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "hacscwmp",
  "version": "0.3.0",
  "description": "cwmp for hacs",
  "manifest_version": 3,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "system.cpu",
    "system.memory",
    "system.storage",
    "background",
    "management",
    "alarms",
    "storage",
    "enterprise.deviceAttributes",
    "enterprise.hardwarePlatform"
  ],
  "host_permissions": [
    "https://use.rpms.ai:7547/*",
    "https://hv.h-acs.net:7547/*",
    "http://localhost:7547/*"
  ]
}