{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Mazwi Store",
  "short_name": "MazwiStore",
  "description": "Trusted iPhone reseller in South Africa",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "background_color": "oklch(0.18 0.02 222.94)",
  "theme_color": "#000a12",
  "orientation": "portrait",
  "id": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}