{
    "name": "BillBot",
    "short_name": "BillBot",
    "id": "/",
    "description": "BillBot brings GST billing, inventory, purchases, and counter sales into one workspace.",
    "version": "1.0.0",
    "theme_color": "#F97316",
    "background_color": "#FFF7ED",
    "display": "standalone",
    "orientation": "any",
    "scope": "/",
    "start_url": "/",
    "display_override": ["window-controls-overlay", "standalone"],
    "icons": [
        {
            "src": "images/icons/pwa/icon-16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "images/icons/pwa/icon-32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "images/icons/pwa/icon-48.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "images/icons/pwa/icon-72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "images/icons/pwa/icon-96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "images/icons/pwa/icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "images/icons/pwa/icon-144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "images/icons/pwa/icon-152.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "images/icons/pwa/icon-167.png",
            "sizes": "167x167",
            "type": "image/png"
        },
        {
            "src": "images/icons/pwa/icon-180.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "images/icons/pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "images/icons/pwa/icon-256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "images/icons/pwa/icon-384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "images/icons/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "images/icons/pwa/icon-1024.png",
            "sizes": "1024x1024",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "images/screenshots/screenshot1.webp",
            "sizes": "1920x1080",
            "type": "image/webp",
            "form_factor": "wide",
            "label": "BillBot business dashboard"
        },
        {
            "src": "images/screenshots/screenshot2.webp",
            "sizes": "1920x1080",
            "type": "image/webp",
            "form_factor": "wide",
            "label": "BillBot counter sale"
        },
        {
            "src": "images/screenshots/screenshot3.webp",
            "sizes": "1080x1920",
            "type": "image/webp",
            "label": "BillBot mobile workspace"
        }
    ],
    "shortcuts": [
        {
            "name": "Contact",
            "short_name": "Contact",
            "description": "Contact the BillBot team",
            "url": "/contact",
            "icons": [
                {
                    "src": "images/icons/pwa/icon-96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "View pricing",
            "short_name": "Pricing",
            "description": "View BillBot plans and pricing",
            "url": "/pricing",
            "icons": [
                {
                    "src": "images/icons/pwa/icon-96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "lang": "en-IN",
    "dir": "ltr",
    "prefer_related_applications": false,
    "categories": [
        "business",
        "productivity",
        "utilities"
    ]
}
