{
  "name": "RAiDAR",
  "short_name": "RAiDAR",
  "description": "Your work, your check-ins and the calls waiting on you — the delivery loop in your pocket.",
  "start_url": "/me",
  "scope": "/",
  "display": "standalone",
  "background_color": "#070b14",
  "theme_color": "#070b14",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Check-in", "short_name": "Check-in", "url": "/checkin", "description": "Answer today's prompts" },
    { "name": "Comms", "short_name": "Comms", "url": "/agent", "description": "Threads waiting on you" },
    { "name": "Decisions", "short_name": "Decide", "url": "/decisions", "description": "Calls waiting on you" }
  ],
  "categories": ["productivity", "business"]
}
