{
  "name": "EventSync",
  "short_name": "EventSync",
  "description": "Door staff QR scan app for EventSync",
  "theme_color": "#14B8C4",
  "background_color": "#FAFAF7",
  "display": "fullscreen",
  "orientation": "natural",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-384x384.png",
      "type": "image/png",
      "sizes": "384x384",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ]
}