{
  "name": "ZedStay",
  "short_name": "ZedStay",
  "description": "Find property in Zambia — houses, lodges and hotels.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1428",
  "theme_color": "#0b1428",
  "lang": "en",
  "categories": ["real-estate", "lifestyle"],
  "icons": [
    { "src": "icons/icon-72x72.png",   "sizes": "72x72",   "type": "image/png" },
    { "src": "icons/icon-96x96.png",   "sizes": "96x96",   "type": "image/png" },
    { "src": "icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "icons/icon-152x152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-384x384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "icons/splash-2732x2732.png",
      "sizes": "2732x2732",
      "type": "image/png",
      "label": "ZedStay — Find Property in Zambia"
    }
  ],
  "shortcuts": [
    {
      "name": "For Rent",
      "short_name": "Rent",
      "description": "Browse houses for rent",
      "url": "/index.html?category=Houses+for+Rent",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Post a Property",
      "short_name": "Post",
      "description": "List your property on ZedStay",
      "url": "/index.html?action=post",
      "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
