{
    "name": "terugbetalen.be",
    "short_name": "Terugbetalen",
    "id": "/",
    "description": "Verdeel gezamenlijke kosten, volg betalingen op en krijg eenvoudig je geld terug.",
    "lang": "nl-BE",
    "dir": "ltr",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "orientation": "any",
    "background_color": "#F6F5F0",
    "theme_color": "#16784A",
    "categories": ["finance", "productivity", "utilities"],
    "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-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Nieuwe betaling",
            "short_name": "Betaling",
            "description": "Voeg een nieuwe gedeelde betaling toe",
            "url": "/betalingen/nieuw",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Nieuwe groep",
            "short_name": "Groep",
            "description": "Maak een nieuwe groep aan",
            "url": "/groepen/nieuw",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
