{
    "name": "FELBERando",
    "short_name": "FELBERando",
    "description": "Food Delivery Tracking",
    "start_url": "/delivery",
    "display": "standalone",
    "background_color": "#2E3440",
    "theme_color": "#C4A484",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/img/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ]
}
