{
    "name": "OfferteSnel",
    "short_name": "OfferteSnel",
    "description": "Offerte op locatie, klant tekent op telefoon.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0c0a09",
    "theme_color": "#0c0a09",
    "orientation": "any",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Nieuwe offerte",
            "short_name": "Offerte",
            "url": "/quotes/create",
            "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Vandaag",
            "short_name": "Agenda",
            "url": "/agenda/today",
            "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
        }
    ]
}
