{
  "name": "Whizi",
  "short_name": "Whizi",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1B252F",
  "theme_color": "#514EB7",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "cache_control": {
    "/": {
      "max-age": "0",
      "no-cache": true,
      "no-store": true,
      "must-revalidate": true
    },
    "/index.html": {
      "max-age": "0",
      "no-cache": true,
      "no-store": true,
      "must-revalidate": true
    },
    "/landing": {
      "max-age": "0",
      "no-cache": true,
      "no-store": true,
      "must-revalidate": true
    },
    "/Saly.png": {
      "max-age": "0",
      "no-cache": true,
      "no-store": true,
      "must-revalidate": true
    },
    "/LandingBack1.png": {
      "max-age": "0",
      "no-cache": true,
      "no-store": true,
      "must-revalidate": true
    },
    "/LandingBack.png": {
      "max-age": "0",
      "no-cache": true,
      "no-store": true,
      "must-revalidate": true
    },
    "/LandingBack.webp": {
      "max-age": "0",
      "no-cache": true,
      "no-store": true,
      "must-revalidate": true
    },
    "/LandingBack.avif": {
      "max-age": "0",
      "no-cache": true,
      "no-store": true,
      "must-revalidate": true
    },
    "images/*": {
      "max-age": "2592000",
      "stale-while-revalidate": "86400"
    },
    "*.svg": {
      "max-age": "2592000",
      "stale-while-revalidate": "86400"
    },
    "*.png": {
      "max-age": "2592000",
      "stale-while-revalidate": "86400"
    },
    "*.gif": {
      "max-age": "2592000",
      "stale-while-revalidate": "86400"
    }
  }
} 