{
  "name": "Hardware Monitor",
  "short_name": "HWMonitor",
  "description": "Real-time Server and Device Hardware Telemetry Dashboard",
  "start_url": "/hardware_view/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0e1a",
  "theme_color": "#0a0e1a",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity", "developer tools"],
  "shortcuts": [
    {
      "name": "Server Monitor",
      "short_name": "Server",
      "url": "/hardware_view/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Device Monitor",
      "short_name": "Devices",
      "url": "/device_view/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Documentation",
      "short_name": "Docs",
      "url": "/docs/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
