{
  "name": "Relay - Agentic AI Project Management",
  "short_name": "Relay",
  "description": "Agentic AI for Workflow Orchestration & Project Management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0B1120",
  "theme_color": "#3D8AFF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/RelayIcon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/RelayIcon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/RelayIcon.svg",
      "sizes": "144x144",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Go to dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/RelayIcon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View projects",
      "url": "/projects",
      "icons": [{ "src": "/RelayIcon.svg", "sizes": "192x192" }]
    }
  ]
}

