{
  "id": "recap-flow-v1",
  "name": "RecapFlow AI",
  "short_name": "RecapFlow",
  "description": "Local-First Meeting Intelligence & Lifecycle Agent.",
  "lang": "en-US",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ],
  "background_color": "#0a0a0c",
  "theme_color": "#0a0a0c",
  "categories": ["productivity", "business"],
  "orientation": "portrait",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Meeting",
      "url": "/dashboard",
      "description": "Start a new meeting recap"
    },
    {
        "name": "Financial Tools",
        "url": "/calculators",
        "description": "Open pro calculators"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
