{
    "dir": "ltr",
    "lang": "de-DE",
    "name": "PXLS Fotoblog",
    "short_name": "PXLS",
    "description": "PXLS Fotoblog",
    "scope": "https:\/\/lotsof.pxls.ch",
    "start_url": "\/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#fff",
    "theme_color": "#000",
    "icons": [
        {
            "src": "..\/files\/jb\/pwa\/icon\/android-icon-192x192.png",
            "sizes": "192x192",
            "type": "image\/png"
        },
        {
            "src": "..\/files\/jb\/pwa\/icon\/pxls-pwa-512.png",
            "sizes": "512x512",
            "type": "image\/png"
        },
        {
            "src": "..\/files\/jb\/pwa\/icon\/maskable_icon.png",
            "sizes": "640x640",
            "type": "image\/png",
            "purpose": "any maskable"
        }
    ],
    "serviceworker": {
        "src": "sw001.js",
        "scope": "https:\/\/lotsof.pxls.ch",
        "update_via_cache": "imports"
    }
}