{
    "name": "BillGST - Free GST Billing Software",
    "short_name": "BillGST",
    "description": "Professional GST billing and inventory management software for small businesses in India. Create invoices, manage inventory, track expenses, and generate GST reports - all offline-first and free!",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3b82f6",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": [
        "business",
        "finance",
        "productivity"
    ],
    "shortcuts": [
        {
            "name": "New Invoice",
            "short_name": "Invoice",
            "description": "Create a new invoice",
            "url": "/dashboard/invoices/new",
            "icons": [
                {
                    "src": "/icon.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "View dashboard",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/icon.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "privacy_policy_url": "https://billgst.in/privacy",
    "screenshots": []
}