{
    "name": "DocMorris",
    "short_name": "DocMorris",
    "description": "Medikamente bestellen, E-Rezept einlösen und Apotheken-Services nutzen.",
    "lang": "de-DE",
    "start_url": "/?utm_source=pwa",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#00914d",
    "background_color": "#ffffff",
    "icons": [
        {
            "src": "/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Rezept einlösen",
            "short_name": "Rezept",
            "url": "/rezepte#prescription-type-triplet"
        },
        {
            "name": "Meine Bestellungen",
            "short_name": "Bestellungen",
            "url": "/konto/bestellungen"
        }
    ]
}

