{
    "name": "berriro",
    "short_name": "berriro",
    "icons": [
        {
            "src": "/img/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/img/screenshots/screenshot_wide.png",
            "sizes": "3810x1834",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Dashboard"
        },
        {
            "src": "/img/screenshots/screenshot_phone.png",
            "sizes": "688x1230",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Dashboard"
        }
    ],
    "start_url": "/startpage?source=pwa",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff"
}
