{
    "name": "Bewerbungsmanager",
    "short_name": "Bewerbung",
    "description": "KI-gestütztes Bewerbungsmanagement für Lebenslauf und Anschreiben",
    "start_url": "/applications/dashboard.html",
    "scope": "/",
    "display": "standalone",
    "background_color": "#1e1e2e",
    "theme_color": "#6366f1",
    "orientation": "portrait-primary",
    "lang": "de",
    "icons": [
        {
            "src": "/images/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshot-dashboard.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Dashboard Übersicht"
        },
        {
            "src": "/images/screenshot-editor.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Anschreiben Editor"
        }
    ],
    "categories": ["productivity", "business", "education"],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Zur Übersicht",
            "url": "/applications/dashboard.html",
            "icons": [{ "src": "/images/icon-shortcut-dashboard.png", "sizes": "96x96" }]
        },
        {
            "name": "Neues Anschreiben",
            "short_name": "Anschreiben",
            "description": "Neues Anschreiben erstellen",
            "url": "/applications/cover-letter-editor.html",
            "icons": [{ "src": "/images/icon-shortcut-letter.png", "sizes": "96x96" }]
        },
        {
            "name": "Lebenslauf",
            "short_name": "Lebenslauf",
            "description": "Lebenslauf bearbeiten",
            "url": "/applications/resume-editor.html",
            "icons": [{ "src": "/images/icon-shortcut-resume.png", "sizes": "96x96" }]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
