{
    "name": "Humalaly",
    "short_name": "Humalaly",
    "description": "Family social gaming platform. Play Battle of Minds (معركة العقول), trivia, and more with your family!",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#4f46e5",
    "orientation": "any",
    "lang": "en",
    "dir": "ltr",
    "categories": ["games", "entertainment", "social"],
    "icons": [
        {
            "src": "/icon-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/icon.png",
            "type": "image/png",
            "sizes": "512x512"
        },
        {
            "src": "/icon.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Create Game",
            "short_name": "Create",
            "url": "/rooms/create",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Games",
            "short_name": "Games",
            "url": "/games",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        }
    ]
}