{
  "name": "NameWheel — Free Name Picker",
  "short_name": "NameWheel",
  "description": "Free random name picker wheel. No signup, no ads, no nonsense. Spin and pick a winner in seconds.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a12",
  "theme_color": "#a855f7",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["utilities", "education", "games"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Spin the Wheel",
      "short_name": "Spin",
      "description": "Open the main name picker wheel",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Classroom Wheel",
      "short_name": "Classroom",
      "description": "Random name picker for teachers",
      "url": "/classroom",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Giveaway Wheel",
      "short_name": "Giveaway",
      "description": "Run a fair giveaway or raffle",
      "url": "/giveaway",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
