{
  "name": "EventPro Registration Station",
  "short_name": "EventPro RS",
  "id": "/rs",
  "start_url": "/apps/rs/index.html",
  "scope": "/apps/rs/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#fbfaf8",
  "theme_color": "#11100c",
  "icons": [
    {
      "src": "/icons/rs-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/rs-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}