{
  "name": "Hive View Security & Surveillance",
  "short_name": "Hive View",
  "description": "Professional real-time security surveillance system with multi-camera monitoring, extra device camera streaming, PTZ controls, and unified motion event timeline scrubber.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#050505",
  "theme_color": "#050505",
  "orientation": "any",
  "categories": ["utilities", "security", "productivity"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Feeds",
      "short_name": "Live",
      "description": "View live multi-camera feeds",
      "url": "/?tab=live",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Unified Timeline Scrubber",
      "short_name": "Scrubber",
      "description": "Scrub motion events across all cameras simultaneously",
      "url": "/?tab=events",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Camera Streamer Mode",
      "short_name": "Streamer",
      "description": "Turn this Android device into a live security camera",
      "url": "/?mode=camera",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
