{
  "name": "RemaindMe Executive OS",
  "short_name": "RemaindMe",
  "description": "High-velocity task, follow-up, and real-time deliverable notifications for founders.",
  "start_url": "/dashboard/today",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Voice Capture",
      "short_name": "Capture",
      "description": "Capture a voice action item immediately",
      "url": "/dashboard/today?action=voice",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Today Dashboard",
      "short_name": "Today",
      "description": "View today's batch schedule",
      "url": "/dashboard/today",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Executive Memory",
      "short_name": "Memory",
      "description": "Access founder decision board",
      "url": "/dashboard/memory",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ]
}
