{
    "name": "ShopFluencer",
    "short_name": "ShopFluencer",
    "description": "Deal management platform — manage orders, refunds, and payments",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#6366f1",
    "orientation": "portrait-primary",
    "categories": ["business", "finance"],
    "icons": [
        {
            "src": "/images/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/dashboard"
        },
        {
            "name": "Place Order",
            "url": "/orders/place"
        },
        {
            "name": "Refund Form",
            "url": "/refunds/request"
        }
    ]
}
