{
    "id": "/",
    "name": "UYTech POS & Inventory",
    "short_name": "UYTech POS",
    "description": "All-in-one POS and inventory management for your shop — sales, stock, customers, suppliers, accounting and reports.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "any",
    "background_color": "#ffffff",
    "theme_color": "#0048c0",
    "lang": "en",
    "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" },
        { "src": "icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
        { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
        { "src": "icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "POS (Quick Sale)",
            "short_name": "POS",
            "description": "Open the point-of-sale screen",
            "url": "/sales/pos",
            "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Products",
            "short_name": "Products",
            "description": "Browse and manage products",
            "url": "/products",
            "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Sales List",
            "short_name": "Sales",
            "description": "View recent sales",
            "url": "/sales",
            "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
