{
"name": "StayCrest",
"short_name": "StayCrest",
"start_url": "StayCrest | Rentals, Vacations & More",
"display": "standalone",
"description": "A description for your application",
"lang": "English",
"dir": "auto",
"theme_color": "#000000",
"background_color": "#000000",
"orientation": "any",
"icons": [
    {
        "src": "/favicon.svg",
        "sizes": "any",
        "type": "image/svg+xml",
        "purpose": "any"
    },
    {
        "src": "/favicon.svg",
        "sizes": "any",
        "type": "image/svg+xml",
        "purpose": "maskable"
    }
],
"screenshots": [
    {
        "src": "https://www.pwabuilder.com/assets/screenshots/screen1.png",
        "sizes": "2880x1800",
        "type": "image/png",
        "description": "A screenshot of the home page"
    }
],
"related_applications": [
    {
        "platform":"windows",
        "url": "Apple App Store URL or Microsoft Store URL",
        "id": "com.example.app"
    }
],
"prefer_related_applications": false,
"shortcuts": [
    {
        "name":"Explore Homes",
        "url":"/explore",
        "description":"A description of the functionality of this shortcut"
    }
]
}