{
  "name": "Founder OS · Bower",
  "short_name": "Founder OS",
  "description": "The operating system for student founders. Track ventures, book mentors, build the founder score.",
  "start_url": "/signin",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F4F6FB",
  "theme_color": "#4242FF",
  "categories": ["education", "business", "productivity"],
  "icons": [
    {
      "src": "/bower-icon.jpg",
      "sizes": "1200x1200",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's plan",
      "short_name": "Today",
      "description": "Open your founder dashboard",
      "url": "/app",
      "icons": [{ "src": "/bower-icon.jpg", "sizes": "1200x1200" }]
    },
    {
      "name": "AI Copilot",
      "short_name": "Copilot",
      "description": "Ask your AI founder mentor",
      "url": "/app/copilot",
      "icons": [{ "src": "/bower-icon.jpg", "sizes": "1200x1200" }]
    }
  ]
}
