{
    "name": "GRAPY - The Social Wine App",
    "short_name": "GRAPY",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#e9e7e2",
    "theme_color": "#b76632",
    "description": "The Social Wine App – entdecke, bewerte und teile Weine mit der GRAPY Community",
    "orientation": "any",
    "prefer_related_applications": false,
    "scope": "/",
    "shortcuts": [
        {
            "name": "Wine Scanner",
            "short_name": "Scanner",
            "description": "Wein-Etikett scannen",
            "url": "/scanner",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Quiz",
            "short_name": "Quiz",
            "description": "Wein-Quiz starten",
            "url": "/quiz",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "categories": [
        "lifestyle",
        "food",
        "social"
    ],
    "screenshots": [],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}