{
  "name": "Prize Spinner PWA",
  "short_name": "Prize Spinner",
  "description": "Prize Wheel Spinner Web App",
  "scope": "/",
  "start_url": "/",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "display": "fullscreen", 
  "icons": [
   {
      "src": "media/512.png",
      "type": "image/png",
      "sizes": "512x512"
   },
   {
      "src": "media/main.png",
      "type": "image/png",
      "sizes": "1024x1024",
      "purpose": "any"
   },
   {
      "src": "media/mask.png",
      "type": "image/png",
      "sizes": "1024x1024",
      "purpose": "maskable"
   }
  ]
}