{
    "name": "Xynex — Smart Invoice App",
    "short_name": "Xynex",
    "description": "Smart invoice app for Indian SMEs with GST, inventory, UPI & ledger management",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#042C53",
    "theme_color": "#042C53",
    "orientation": "portrait-primary",
    "categories": ["business", "finance", "productivity"],
    "lang": "en-IN",
    "icons": [
        {
            "src": "/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "New Sale",
            "short_name": "Sale",
            "url": "/?action=sale",
            "icons": [{"src": "/icon.svg", "sizes": "any"}]
        },
        {
            "name": "Payment In",
            "short_name": "Payment",
            "url": "/?action=payment",
            "icons": [{"src": "/icon.svg", "sizes": "any"}]
        }
    ]
}
