{
    "name": "Enterprise Offline-First POS & ERP",
    "short_name": "POS-ERP",
    "description": "Offline-First POS and ERP System for multi-branch retail operations",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3b82f6",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/img/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["business", "productivity", "finance"],
    "screenshots": [
        {
            "src": "/img/screenshots/dashboard.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Dashboard"
        },
        {
            "src": "/img/screenshots/pos.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "POS Screen"
        }
    ],
    "shortcuts": [
        {
            "name": "New Sale",
            "short_name": "New Sale",
            "description": "Create a new sale transaction",
            "url": "/pos/create",
            "icons": [
                {
                    "src": "/img/icons/shortcut-sale.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Sync Dashboard",
            "short_name": "Sync",
            "description": "View sync status",
            "url": "/offline-sync/dashboard",
            "icons": [
                {
                    "src": "/img/icons/shortcut-sync.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Products",
            "short_name": "Products",
            "description": "Browse products",
            "url": "/products",
            "icons": [
                {
                    "src": "/img/icons/shortcut-products.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "prefer_related_applications": false,
    "permissions": [
        "notifications",
        "background-sync",
        "persistent-storage"
    ]
}
