{
    "name": "Enterprise Pharmacy POS",
    "short_name": "SumudaPOS",
    "description": "Enterprise Offline-First POS & Inventory Management System",
    "start_url": "/pos",
    "scope": "/",
    "display": "standalone",
    "background_color": "#003d3d",
    "theme_color": "#003d3d",
    "orientation": "any",
    "icons": [
        {
            "src": "/assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}