{
    "name": "HoseJ",
    "short_name": "HoseJ",
    "description": "Mobile-first social hub for friend groups. Daily questions, photo rallies, Spotify jukebox, chats and leaderboards.",
    "icons": [
        {
            "src": "/AppIcons/new/web/icon-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/AppIcons/new/web/icon-512.png",
            "type": "image/png",
            "sizes": "512x512"
        },
        {
            "src": "/AppIcons/new/web/icon-192-maskable.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "maskable"
        },
        {
            "src": "/AppIcons/new/web/icon-512-maskable.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable"
        }
    ],
    "start_url": "/groups",
    "scope": "/",
    "id": "hosej",
    "display": "fullscreen",
    "display_override": ["fullscreen", "standalone", "minimal-ui"],
    "orientation": "portrait",
    "lang": "en",
    "dir": "ltr",
    "background_color": "#f9f8f6",
    "theme_color": "#f9f8f6",
    "categories": ["social", "entertainment", "lifestyle"],
    "prefer_related_applications": false,
    "launch_handler": {
        "client_mode": ["navigate-existing", "auto"]
    },
    "edge_side_panel": {
        "preferred_width": 400
    },
    "shortcuts": [
        {
            "name": "My Groups",
            "short_name": "Groups",
            "description": "Open your friend groups",
            "url": "/groups",
            "icons": [
                {
                    "src": "/AppIcons/new/web/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Settings",
            "short_name": "Settings",
            "description": "App settings and preferences",
            "url": "/settings",
            "icons": [
                {
                    "src": "/AppIcons/new/web/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
