{
    "name": "MuSeeker",
    "short_name": "MuSeeker",
    "description": "Discover live music events, concerts and jam sessions in your city",
    "id": "/?utm_source=pwa",
    "start_url": "/?utm_source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0a1930",
    "theme_color": "#FFC857",
    "lang": "en",
    "categories": [
        "entertainment",
        "music",
        "events"
    ],
    "icons": [
        {
            "src": "/wp-content/plugins/museeker-core/assets/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/wp-content/plugins/museeker-core/assets/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/wp-content/plugins/museeker-core/assets/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/wp-content/plugins/museeker-core/assets/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/wp-content/plugins/museeker-core/assets/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/wp-content/plugins/museeker-core/assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/wp-content/plugins/museeker-core/assets/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/wp-content/plugins/museeker-core/assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/wp-content/plugins/museeker-core/assets/icons/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/wp-content/plugins/museeker-core/assets/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Live Events",
            "short_name": "Events",
            "description": "Live music events map",
            "url": "/?utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "/wp-content/plugins/museeker-core/assets/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Find Musicians",
            "short_name": "Musicians",
            "description": "Find musicians and bands",
            "url": "/?layer=musicisti&utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "/wp-content/plugins/museeker-core/assets/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Venues Map",
            "short_name": "Venues",
            "description": "Find venues with live music",
            "url": "/?layer=locali&utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "/wp-content/plugins/museeker-core/assets/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Post Event",
            "short_name": "Post",
            "description": "Post a new event",
            "url": "/pubblica/?utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "/wp-content/plugins/museeker-core/assets/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Your personal area",
            "url": "/dashboard/?utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "/wp-content/plugins/museeker-core/assets/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}