{
    "name": "YanoClub Business",
    "short_name": "YanoClub Biz",
    "description": "Business staff app for managing customers and loyalty rewards",
    "start_url": "/business-application",
    "scope": "/business-application/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#17c3a2",
    "background_color": "#f0fdf9",
    "lang": "en",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "New Entry",
            "url": "/business-application",
            "description": "Start a new purchase entry"
        }
    ]
}
