{
    "name": "PosSphere",
    "short_name": "PosSphere",
    "description": "PosSphere — POS and ERP for retail. Billing, inventory, customers, reports.",
    "start_url": "/admin/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#F8F9FC",
    "theme_color": "#1B4FD8",
    "lang": "en-IN",
    "dir": "ltr",
    "categories": ["business", "productivity", "finance"],
    "icons": [
        {
            "src": "/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New sale",
            "short_name": "POS",
            "description": "Open POS billing",
            "url": "/admin/pos",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Invoices",
            "short_name": "Invoices",
            "description": "View all invoices",
            "url": "/admin/invoices",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Customers",
            "short_name": "Customers",
            "description": "Manage customers",
            "url": "/admin/customers",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        }
    ],
    "prefer_related_applications": false
}