{
    "name": "BiznaFiti — Online Store Builder",
    "short_name": "BiznaFiti",
    "description": "Create and manage your online store, products and orders with BiznaFiti.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#f4f5ed",
    "theme_color": "#10150d",
    "lang": "en-KE",
    "categories": ["business", "shopping", "productivity"],
    "icons": [
        {
            "src": "/images/pwa-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/pwa-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/pwa-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Seller dashboard",
            "short_name": "Dashboard",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/images/pwa-icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Discover shops",
            "short_name": "Discover",
            "url": "/discover",
            "icons": [
                {
                    "src": "/images/pwa-icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
