{
  "name": "Ralph Monitor",
  "short_name": "Ralph",
  "description": "Autonomous Agent Mission Control",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d0d10",
  "theme_color": "#0d0d10",
  "icons": [
    { "src": "/icons/icon.svg?v=2", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-192.png?v=2", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png?v=2", "sizes": "512x512", "type": "image/png" }
  ]
}