{
    "name": "ASK Kassenbuch",
    "short_name": "ASK Kasse",
    "description": "Digitales Kassenbuch der Alten Schützen Kompanie 1928",
    "start_url": "/dashboard.php",
    "scope": "/",
    "display": "standalone",
    "orientation": "landscape",
    "theme_color": "#198754",
    "background_color": "#ffffff",
    "lang": "de",
    "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"
        }
    ],
    "screenshots": [],
    "categories": ["business", "finance"],
    "shortcuts": [
        {
            "name": "Neue Buchung",
            "short_name": "Buchung",
            "description": "Neue Buchung anlegen",
            "url": "/buchung_anlegen.php",
            "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Buchungsliste",
            "short_name": "Liste",
            "description": "Alle Buchungen anzeigen",
            "url": "/buchungen_liste.php",
            "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
