{
  "name": "Winza - Crypto Prediction Game",
  "short_name": "Winza",
  "description": "Predict crypto prices and win rewards",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#dc2626",
  "theme_color": "#dc2626",
  "orientation": "portrait-primary",
  "categories": ["games", "finance"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "BTC Predictions",
      "short_name": "BTC",
      "description": "Make Bitcoin price predictions",
      "url": "/?tab=btc",
      "icons": [
        {
          "src": "/btc-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "ETH Predictions",
      "short_name": "ETH",
      "description": "Make Ethereum price predictions",
      "url": "/?tab=eth",
      "icons": [
        {
          "src": "/eth-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}