{
    "name": "UltimatePOS",
    "short_name": "UltimatePOS",
    "description": "Stock Management & Point of Sale Application",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#ffffff",
    "theme_color": "#3c8dbc",
    "lang": "en",
    "categories": ["business", "finance"],
    "icons": [
        {
            "src": "/images/logo-small.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/logo-small.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/logo-small.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Point of Sale",
            "short_name": "POS",
            "description": "Open the POS screen",
            "url": "/pos/create",
            "icons": [{ "src": "/images/logo-small.png", "sizes": "96x96" }]
        },
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Open the dashboard",
            "url": "/home",
            "icons": [{ "src": "/images/logo-small.png", "sizes": "96x96" }]
        }
    ]
}
