{
  "name": "BETFITY - Play and Win",
  "short_name": "BETFITY",
  "description": "Play premium games and win instantly. The best gaming experience on mobile.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0E1013",
  "theme_color": "#DC2626",
  "orientation": "portrait-primary",
  "categories": ["games", "entertainment", "sports"],
  "icons": [
    {
      "src": "static/images/asset1.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "static/images/asset1.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "static/images/screenshot1.webp",
      "sizes": "1080x1920",
      "type": "image/webp"
    }
  ],
  "shortcuts": [
    {
      "name": "Deposit",
      "short_name": "Deposit",
      "description": "Deposit funds to your account",
      "url": "/",
      "icons": [
        {
          "src": "static/images/asset1.webp",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Games",
      "short_name": "Games",
      "description": "Play games and win",
      "url": "/",
      "icons": [
        {
          "src": "static/images/asset1.webp",
          "sizes": "192x192"
        }
      ]
    }
  ]
}