{
  "name": "FameForecast",
  "short_name": "FameFcst",
  "description": "Predict the next viral hits on YouTube, Twitch, and TikTok, collect exclusive FameCards, and compete for prizes!",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0f13",
  "theme_color": "#0f0f13",
  "categories": ["games", "entertainment", "education"],
  "icons": [
    {
      "src": "/static/images/logo/header_icon_125.webp",
      "sizes": "128x128",
      "type": "image/webp",
      "purpose": "maskable any"
    },
    {
      "src": "/static/images/logo/fameforecast_icon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/images/logo/fameforecast_icon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}