{
  "name": "SkoposOS — AI Visual Intelligence",
  "short_name": "SkoposOS",
  "description": "Turn any camera into a named-subject AI surveillance system. Real-time event detection, identity recognition, and plain-English alerts.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d0f12",
  "theme_color": "#f59e0b",
  "categories": ["security", "utilities", "productivity"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Live Monitor",
      "short_name": "Monitor",
      "description": "Open the live camera monitoring view",
      "url": "/record"
    },
    {
      "name": "Live Events",
      "short_name": "Events",
      "description": "View recent AI-detected events",
      "url": "/events"
    },
    {
      "name": "Identify",
      "short_name": "Identify",
      "description": "Manage identity recognition baselines",
      "url": "/identify"
    }
  ]
}
