{
  "name": "BillBooks — GST Billing Software",
  "short_name": "BillBooks",
  "description": "GST billing & invoicing software for Indian small businesses. Create GST invoices in seconds, manage inventory, and track payments. Free plan available.",
  "lang": "en-IN",
  "dir": "ltr",
  "id": "/",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#ED1A3B",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/home_dashboard_new.png",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BillBooks dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Features",
      "url": "/features/"
    },
    {
      "name": "Pricing",
      "url": "/pricing/"
    },
    {
      "name": "Download",
      "url": "/download/"
    }
  ]
}
