{
  "short_name": "Mylet",
  "name": "Mylet: Rent Verified Homes",
  "description": "Unlock premium stays and verified rentals across the city. Experience a smarter way to find your next home.",
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "categories": [
    "housing",
    "rentals",
    "lifestyle",
    "travel"
  ],
  "shortcuts": [
    {
      "name": "Find Room",
      "short_name": "Find",
      "description": "Search for verified rooms and apartments",
      "url": "/find",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Favorites",
      "short_name": "Saved",
      "description": "View your saved properties",
      "url": "/favorites",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Contact Support",
      "short_name": "Contact",
      "description": "Get in touch with Mylet support",
      "url": "/contact",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}