{
  "name": "IYL Scavenger Hunt",
  "short_name": "Scavenger Hunt",
  "description": "Initial IYL Scavenger Hunt app",
  "type": "module",
  "start_url": "/",
  "scope": "/",
  "theme_color": "#FFED00",
  "background_color": "#53327B",
  "icons": [
    {
      "src": "icons/tiny.png",
      "sizes": "48x48"
    },
    {
      "src": "icons/small.png",
      "sizes": "72x72 96x96 128x128 256x256",
      "purpose": "maskable"
    },
    {
      "src": "icons/large.png",
      "sizes": "512x512"
    }
  ],
  "display": "standalone",
  "orientation": "portrait"

}