{
  "id": "ke.co.nestaura.app",
  "name": "Nestaura",
  "short_name": "Nestaura",
  "description": "Nestaura Exceptional Stay.",
  "lang": "en-KE",
  "dir": "ltr",
  "start_url": "/app.html?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#004d40",
  "categories": ["business", "travel", "lifestyle"],
  "icons": [
    {
      "src": "https://nestaura.co.ke/192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://nestaura.co.ke/full.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://nestaura.co.ke/full.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://nestaura.co.ke/screenshot.jpg",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse Exceptional Stays on Nestaura"
    },
    {
      "src": "https://nestaura.co.ke/desktop.jpg",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Nestaura Real Estate Marketplace Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Rentals",
      "short_name": "Rent",
      "url": "/rent.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "https://nestaura.co.ke/launchericon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Sign In",
      "short_name": "Sign In",
      "url": "/signin.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "https://nestaura.co.ke/launchericon-96x96.png", "sizes": "96x96" }]
    }
  ]
}