{
    "id": "/",
    "name": "Teren osobisty",
    "short_name": "Teren",
    "description": "System PWA Teren osobisty do obsługi przydziałów terenów i alertów.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "background_color": "#f3f5f4",
    "theme_color": "#1f5d50",
    "lang": "pl-PL",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/pwa/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/pwa/icons/icon-maskable.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ]
}