{
    "name": "Apna Invoice — GST Invoicing for India",
    "short_name": "Apna Invoice",
    "description": "Free GST invoice generator + GST calculator for India. Make CGST/SGST/IGST invoices with HSN/SAC, UPI QR and WhatsApp share.",
    "lang": "en-IN",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#1e3a8a",
    "icons": [
        {
            "src": "/brand/apna-invoice-logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/brand/apna-invoice-logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/brand/apna-invoice-logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New invoice",
            "short_name": "New invoice",
            "description": "Create a new GST invoice",
            "url": "/invoices/create",
            "icons": [{ "src": "/brand/apna-invoice-logo.png", "sizes": "192x192" }]
        },
        {
            "name": "All invoices",
            "short_name": "Invoices",
            "url": "/invoices",
            "icons": [{ "src": "/brand/apna-invoice-logo.png", "sizes": "192x192" }]
        },
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "url": "/dashboard",
            "icons": [{ "src": "/brand/apna-invoice-logo.png", "sizes": "192x192" }]
        }
    ],
    "categories": ["business", "finance", "productivity"]
}
