{
    "id": "bikerbuds.de",
    "name": "BIKERBUDS",
    "short_name": "BIKERBUDS",
    "description": "Fast. Horny. BIKERBUDS.",
    "lang": "de-DE",
    "scope": "/",
    "start_url": "/app/assets/pwa/index.html",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#102340",
    "background_color": "#102340",
    "icons": [
        {
            "src": "bikerbuds_icon_512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "bikerbuds_icon_192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "bikerbuds_icon_maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "screenshots/screenshot1.png",
            "sizes": "1000x563",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "screenshots/screenshot1.png",
            "sizes": "1000x563",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ]
}