{
    "name": "CafeNex - Gaming Cafe Management Software",
    "short_name": "CafeNex",
    "description": "All-in-one management software for gaming cafes. Track sessions, manage orders, analyze performance.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#030712",
    "theme_color": "#06b6d4",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": ["business", "productivity", "utilities"],
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Pricing",
            "short_name": "Pricing",
            "description": "View CafeNex pricing plans",
            "url": "/pricing"
        },
        {
            "name": "Features",
            "short_name": "Features",
            "description": "Explore CafeNex features",
            "url": "/#features"
        }
    ]
}
