{
    "name": "BizFlow Pro - Invoice & Billing Software",
    "short_name": "BizFlow",
    "description": "Create professional invoices, quotations, GST bills and manage your business billing online.",
    "start_url": "/dashboard/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#F9FAFB",
    "theme_color": "#2563EB",
    "lang": "en",
    "dir": "ltr",
    "categories": ["business", "finance", "productivity"],
    "icons": [
        {
            "src": "/wp-content/themes/bizflow-pro/assets/images/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/wp-content/themes/bizflow-pro/assets/images/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/wp-content/themes/bizflow-pro/assets/images/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/wp-content/themes/bizflow-pro/assets/images/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/wp-content/themes/bizflow-pro/assets/images/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/wp-content/themes/bizflow-pro/assets/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/wp-content/themes/bizflow-pro/assets/images/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/wp-content/themes/bizflow-pro/assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/wp-content/themes/bizflow-pro/assets/images/screenshot-desktop.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "BizFlow Pro Dashboard"
        },
        {
            "src": "/wp-content/themes/bizflow-pro/assets/images/screenshot-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "BizFlow Pro Mobile"
        }
    ],
    "shortcuts": [
        {
            "name": "New Invoice",
            "short_name": "Invoice",
            "description": "Create a new invoice",
            "url": "/invoices/?action=new",
            "icons": [
                {
                    "src": "/wp-content/themes/bizflow-pro/assets/images/shortcut-invoice.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "New Quotation",
            "short_name": "Quote",
            "description": "Create a new quotation",
            "url": "/quotations/?action=new",
            "icons": [
                {
                    "src": "/wp-content/themes/bizflow-pro/assets/images/shortcut-quote.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "GST Invoice",
            "short_name": "GST",
            "description": "Create a GST invoice",
            "url": "/gst-invoices/?action=new",
            "icons": [
                {
                    "src": "/wp-content/themes/bizflow-pro/assets/images/shortcut-gst.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "View Dashboard",
            "short_name": "Dashboard",
            "description": "Go to your dashboard",
            "url": "/dashboard/",
            "icons": [
                {
                    "src": "/wp-content/themes/bizflow-pro/assets/images/shortcut-dashboard.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 480
    }
}