{
  "name": "VibeNVR",
  "short_name": "VibeNVR",
  "description": "Self-hosted NVR — live cameras, motion detection, recordings",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "icons": [
    {
      "src": "/vibe_logo_variant_1.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/vibe_logo_variant_2.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["utilities", "security"],
  "shortcuts": [
    {
      "name": "Live View",
      "url": "/live",
      "description": "Open live camera grid"
    },
    {
      "name": "Timeline",
      "url": "/timeline",
      "description": "Browse recorded events"
    }
  ]
}
