{
  "name": "Wheel Spin Pro",
  "short_name": "WheelSpinPro",
  "description": "Free spinning wheel for random decisions, giveaways, and fun. 6 spin engines + 100+ picker wheels.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "lang": "en",
  "categories": ["utilities", "entertainment"],
  "icons": [
    {
      "src": "assets/img/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Classic Wheel",
      "short_name": "Wheel",
      "description": "Open the classic spinning wheel",
      "url": "/classic-wheel",
      "icons": [{ "src": "assets/img/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Coin Toss",
      "short_name": "Coin",
      "description": "Flip a virtual coin",
      "url": "/coin-toss",
      "icons": [{ "src": "assets/img/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Dice Roll",
      "short_name": "Dice",
      "description": "Roll virtual dice",
      "url": "/dice-roll",
      "icons": [{ "src": "assets/img/favicon-32x32.png", "sizes": "32x32" }]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false
}
