{
  "name": "The Decider",
  "short_name": "The Decider",
  "description": "Free decision and randomisation tools. Spin the wheel, flip a coin, roll dice, pick random numbers, run tournaments, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0c0e14",
  "theme_color": "#0c0e14",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Spin the Wheel",
      "short_name": "Wheel",
      "description": "Open the spin the wheel decision maker",
      "url": "/spin-the-wheel",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Flip a Coin",
      "short_name": "Coin Flip",
      "description": "Flip a coin — heads or tails",
      "url": "/coin-flip",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tournament Bracket",
      "short_name": "Bracket",
      "description": "Build a randomised elimination bracket",
      "url": "/tournament-bracket",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Magic 8-Ball",
      "short_name": "8-Ball",
      "description": "Ask the Magic 8-Ball a yes or no question",
      "url": "/magic-8-ball",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Yes or No",
      "short_name": "Yes / No",
      "description": "Flip a fortune card for a random yes or no answer",
      "url": "/yes-no",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["utilities", "entertainment"],
  "lang": "en",
  "version": "1.1.0"
}
