{
  "name": "Neruva Cockpit",
  "short_name": "Cockpit",
  "description": "The dashboard for agentic AI. Watch and steer your Claude Code agents from one screen.",
  "start_url": "/cockpit",
  "scope": "/cockpit",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0B1020",
  "theme_color": "#46E2D6",
  "categories": ["productivity", "developer"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
