{"theme_color":"#ffc894",
    "background_color":"#1a1f47",
    
    "icons":[{
        "purpose":"maskable",
        "sizes":"512x512",
        "src":"./manifest_and_icons/icon512_rounded.png",
        "type":"image/png"},
        {
            "purpose":"any",
            "sizes":"512x512",
            "src":"./manifest_and_icons/icon512_rounded.png",
            "type":"image/png"
    }],
    "orientation":"any",
    "display":"standalone",
    "dir":"auto",
    "lang":"nl",
    "name":"my first proggressive web app",
    "short_name":"PWA",
    "start_url":"./",
    "scope":"./"
}