{
    "dir": "ltr",
    "lang": "de-DE",
    "name": "Stefan Dahlmann Webdesign",
    "short_name": "SDW",
    "description": "App von Stefan Dahlmann Webdesign",
    "scope": "https:\/\/www.stefan-dahlmann-webdesign.de",
    "start_url": "\/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "icons": [
        {
            "src": "..\/files\/PWA_&_Favicon\/Icon_192x192.png",
            "sizes": "192x192",
            "type": "image\/png"
        },
        {
            "src": "..\/files\/PWA_&_Favicon\/Icon_512x512.png",
            "sizes": "512x512",
            "type": "image\/png"
        },
        {
            "src": "..\/files\/PWA_&_Favicon\/Icon_192x192.png",
            "sizes": "192x192",
            "type": "image\/png",
            "purpose": "any maskable"
        }
    ],
    "serviceworker": {
        "src": "sw001.js",
        "scope": "https:\/\/www.stefan-dahlmann-webdesign.de",
        "update_via_cache": "imports"
    }
}