{
  "name": "Cloudflare WAF Demo",
  "short_name": "CF WAF Demo",
  "description": "Demo of Cloudflare detecting passwords found in known data breaches via the Exposed-Credential-Check header.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f6f6f7",
  "theme_color": "#f6821f",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Try safe password",
      "short_name": "Safe",
      "description": "Pre-fill a password not in any breach database",
      "url": "/?scenario=safe",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Try breached password",
      "short_name": "Breached",
      "description": "Pre-fill a known breached password to see it blocked",
      "url": "/?scenario=breached",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
