
{
    "name": "AIMduka Inventory",
    "short_name": "AIMduka",
    "id": "aimduka-inventory-app",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#6366f1",
    "description": "Simple Inventory Management for Ugandan Shops",
    "categories": [
        "business",
        "productivity",
        "utilities"
    ],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/static/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/img/icon-256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New Sale (POS)",
            "short_name": "POS",
            "description": "Open Point of Sale",
            "url": "/checkout/",
            "icons": [{ "src": "/static/img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "View Business Overview",
            "url": "/dashboard/",
            "icons": [{ "src": "/static/img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Add Product",
            "short_name": "Add Item",
            "description": "Add new inventory",
            "url": "/add-product/",
            "icons": [{ "src": "/static/img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ],
    "screenshots": [
        {
            "src": "/static/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "AIMduka Dashboard"
        }
    ],
    "display_override": [
        "standalone",
        "minimal-ui",
        "browser"
    ]
}