{
    "name": "Structura",
    "short_name": "Structura",
    "description": "Asset Management System - Ihre Anlagen im Griff von A-Z",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#1e2a4a",
    "theme_color": "#00a8e8",
    "categories": ["business", "productivity"],
    "lang": "de-CH",
    "icons": [
        {
            "src": "/images/logo-icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/logo-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Aufträge",
            "short_name": "Aufträge",
            "description": "Alle Aufträge anzeigen",
            "url": "/work-orders",
            "icons": [{ "src": "/images/logo-icon.png", "sizes": "96x96" }]
        },
        {
            "name": "Neuer Auftrag",
            "short_name": "Neu",
            "description": "Neuen Auftrag erstellen",
            "url": "/work-orders/create",
            "icons": [{ "src": "/images/logo-icon.png", "sizes": "96x96" }]
        },
        {
            "name": "Ersatzteile",
            "short_name": "Ersatzteile",
            "description": "Artikelübersicht",
            "url": "/inventory",
            "icons": [{ "src": "/images/logo-icon.png", "sizes": "96x96" }]
        }
    ]
}
