{
  "name": "GSTBillFree - Free GST Invoice Generator",
  "short_name": "GSTBillFree",
  "description": "Generate 100% compliant GST invoices for free. Auto-calculate CGST, SGST, IGST. Print and download PDFs instantly. No signup required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "scope": "/",
  "icons":[
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "screenshots":[
    {
      "src": "https://gstbillfree.netlify.app/images/og-image.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "GST Invoice Generator - Main Interface"
    }
  ]
}