{
  "name": "626Labs Dashboard",
  "short_name": "626Labs",
  "description": "The Operating System for the Solopreneur — AI-powered project management with The Architect",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "icons": [
    {
      "src": "/626Labs.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/626Labs.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/626Labs.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "developer-tools", "business"],
  "shortcuts": [
    {
      "name": "New Project",
      "short_name": "New",
      "description": "Create a new project",
      "url": "/?action=new-project"
    },
    {
      "name": "Open Architect",
      "short_name": "Architect",
      "description": "Chat with The Architect AI",
      "url": "/?action=open-architect"
    }
  ]
}
