{
  "name": "dhcphoto Client Portal",
  "short_name": "dhcphoto",
  "description": "Secure file access for dhcphoto clients",
  "start_url": "/client/login",
  "scope": "/client/",
  "display": "standalone",
  "background_color": "#616e7b",
  "theme_color": "#616e7b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}