{
    "id": "Delivery App",    
    "lang": "de",
    "name": "Delivery App",
    "short_name": "Delivery App",
    "description": "Godel-Beton Delivery App",
    "start_url": "/",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",    
    "display": "fullscreen",
    "orientation": "landscape",
    "icons": [
        {
            "src": "/images/icon512.png",
            "sizes": "512x512"
        }
    ],
    "screenshots": [
        {
         "src": "/images/icon512.png",
          "sizes": "512x512",
          "type": "image/png",
          "form_factor": "narrow",
          "label": "Delivery App"
        },
        {
            "src": "/images/icon512.png",
             "sizes": "512x512",
             "type": "image/png",
             "form_factor": "wide",
             "label": "Delivery App"
           }
    ]
}