{
  "name": "FightWatchr",
  "short_name": "FightWatchr",
  "description": "Track fighters, get event alerts, and never miss a fight.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#111827",
  "orientation": "portrait-primary",
  "categories": ["sports", "entertainment"],
  "icons": [
    {
      "src": "/images/redfistmelting-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/redfistmelting-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/redfistmelting-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Events",
      "short_name": "Events",
      "url": "/dashboard/events",
      "icons": [{ "src": "/images/redfistmelting-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Predictions",
      "short_name": "Predict",
      "url": "/dashboard/predictions",
      "icons": [{ "src": "/images/redfistmelting-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Rankings",
      "short_name": "Rankings",
      "url": "/dashboard/rankings",
      "icons": [{ "src": "/images/redfistmelting-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Live",
      "short_name": "Live",
      "url": "/dashboard/events",
      "icons": [{ "src": "/images/redfistmelting-192.png", "sizes": "192x192" }]
    }
  ]
}
