{
    "name": "ULMA SmartCheck",
    "short_name": "SmartCheck",
    "description": "ULMA Inspection – KI-gestützte Prüfung von ORMA-Rahmenschalungen.",
    "start_url": "/inspections",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#fdfbfb",
    "theme_color": "#000000",
    "lang": "de",
    "dir": "ltr",
    "categories": ["business", "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"
        },
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Neue Prüfung",
            "short_name": "Neu",
            "description": "Eine neue Rahmen-Prüfung starten",
            "url": "/inspections/create",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Prüfungen",
            "short_name": "Liste",
            "description": "Alle Prüfungen anzeigen",
            "url": "/inspections",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
