{
  "name": "Deep Seats",
  "short_name": "Deep Seats",
  "description": "Track every game you've attended, watched, and predicted — all in one place.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0F1426",
  "theme_color": "#6C9CFF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "entertainment"],
  "shortcuts": [
    {
      "name": "Game Schedule",
      "url": "/dashboard",
      "icons": [{"src": "/favicon.svg", "sizes": "any"}]
    },
    {
      "name": "My Story",
      "url": "/my-story",
      "icons": [{"src": "/favicon.svg", "sizes": "any"}]
    },
    {
      "name": "Teams",
      "url": "/teams",
      "icons": [{"src": "/favicon.svg", "sizes": "any"}]
    }
  ]
}
