{
  "id": "/?mode=pwa",
  "name": "WheelToChoose - Spin The Wheel & Wheel of Names",
  "short_name": "WheelToChoose",
  "description": "The most powerful free spin the wheel and wheel of names tool. Pick random names, run giveaways, make decisions with weighted slices, custom images, shareable links, and PDF export. By WheelToChoose.com.",
  "start_url": "/?mode=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#1a1a1a",
  "theme_color": "#ff4757",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["utilities", "entertainment", "productivity"],
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/wheel-desktop.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "WheelToChoose — Spin The Wheel & Wheel of Names Interface"
    },
    {
      "src": "/screenshots/wheel-mobile.webp",
      "sizes": "720x1280",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Spin The Wheel Random Name Picker on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Spin the Wheel",
      "short_name": "Spin",
      "description": "Start spinning the wheel of names immediately",
      "url": "/?action=spin",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New Wheel",
      "short_name": "New",
      "description": "Create a new spin the wheel configuration",
      "url": "/?action=new",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}