{
    "name": "MusicHall",
    "short_name": "MusicHall",
    "description": "The social layer for audiophiles. Build universal crates.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#020202",
    "theme_color": "#020202",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icon.jpg",
            "sizes": "192x192",
            "type": "image/jpeg",
            "purpose": "any maskable"
        },
        {
            "src": "/icon.jpg",
            "sizes": "512x512",
            "type": "image/jpeg",
            "purpose": "any maskable"
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}