{
  "dir": "ltr",
  "lang": "en",
  "id": "/?source=pwa",
  "name": "Bet Numbers Game",
  "short_name": "BetGame",
  "description": "A simple progressive earning web game with login, balance tracking, and fun number challenges.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "icons": [
    {
      "src": "prophet-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "prophet-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "prophet-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "prophet-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-game1.png",
      "sizes": "540x720",
      "type": "image/png"
    },
    {
      "src": "screenshot-game2.png",
      "sizes": "1280x720",
      "type": "image/png"
    },
    {
      "src": "screenshot-game3.png",
      "sizes": "1080x1920",
      "type": "image/png"
    },
    {
      "src": "screenshot-game4.png",
      "sizes": "1920x1080",
      "type": "image/png"
    },
    {
      "src": "screenshot-index1.png",
      "sizes": "540x720",
      "type": "image/png"
    },
    {
      "src": "screenshot-index2.png",
      "sizes": "1080x1920",
      "type": "image/png"
    },
    {
      "src": "screenshot-support1.png",
      "sizes": "540x720",
      "type": "image/png"
    },
    {
      "src": "screenshot-support2.png",
      "sizes": "1080x1920",
      "type": "image/png"
    }
  ],
  "categories": [
    "games",
    "casual",
    "puzzle"
  ],
  "shortcuts": [
    {
      "name": "Play Game",
      "short_name": "Play",
      "description": "Start a new game",
      "url": "/game.html",
      "icons": [
        {
          "src": "prophet-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Support",
      "short_name": "Support",
      "description": "Open support page",
      "url": "/support.html",
      "icons": [
        {
          "src": "prophet-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+betgame",
      "url": "/game.html?num=%s"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://rafflewinningnumbers.netlify.app",
      "id": "rafflewinningnumbers"
    },
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.example.betgame",
      "id": "com.example.betgame"
    },
    {
      "platform": "amazon",
      "url": "https://www.amazon.com/gp/product/REPLACE_WITH_AMAZON_ASIN",
      "id": "com.example.betgame.amazon"
    }
  ],
  "prefer_related_applications": false,
  "iarc_rating_id": "pending",
  "scope_extensions": [
    {
      "origin": "https://rafflewinningnumbers.netlify.app"
    }
  ]
}