{
    "name": "GEO-Track PRO",
    "short_name": "GEO-Track",
    "description": "Digitales Fahrtenbuch & Kilometergeld-Verwaltung",
    "start_url": "/app",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#1a1d21",
    "theme_color": "#1a1d21",
    "lang": "de-AT",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "icons/icon-72.svg",
            "sizes": "72x72",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icons/icon-96.svg",
            "sizes": "96x96",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icons/icon-128.svg",
            "sizes": "128x128",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icons/icon-144.svg",
            "sizes": "144x144",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icons/icon-152.svg",
            "sizes": "152x152",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icons/icon-384.svg",
            "sizes": "384x384",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icons/icon-maskable.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Manuelle Erfassung",
            "short_name": "Manuell",
            "url": "/app/manuell",
            "icons": [
                {
                    "src": "icons/shortcut-erfassen.svg",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "GPS Live-Tracking",
            "short_name": "GPS",
            "url": "/app/gps",
            "icons": [
                {
                    "src": "icons/shortcut-km.svg",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Fahrtenbuch",
            "short_name": "Fahrten",
            "url": "/app/fahrtenbuch",
            "icons": [
                {
                    "src": "icons/shortcut-buch.svg",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        }
    ]
}
