{
    "name": "Morphsoft Chat",
    "short_name": "Chat",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "theme_color": "#171717",
    "background_color": "#171717",
    "shortcuts": [
        {
            "name": "New chat",
            "short_name": "New chat",
            "description": "Start a new chat",
            "url": "/?new-chat=true"
        },
        {
            "name": "Temporary chat",
            "short_name": "Temporary",
            "description": "Start a temporary chat that is not saved",
            "url": "/?temporary-chat=true"
        }
    ],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}
