{
  "name": "Game Day Roster",
  "short_name": "GDR",
  "description": "Multi-tenant SaaS platform for custom sportswear ordering",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["business", "sports"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "View Orders",
      "url": "/customer/orders",
      "description": "View your orders"
    },
    {
      "name": "View Quotes",
      "url": "/customer/quotes",
      "description": "View your quotes"
    }
  ]
}
