{
  "id": "com.gstbiller.app",
  "name": "GST Biller — Smart GST Billing",
  "short_name": "GST Biller",
  "description": "Modern GST-compliant billing software for Indian businesses. Create invoices, manage clients, track revenue.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-IN",
  "categories": ["finance", "business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/fevicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "1250x1250",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/logo.png",
      "sizes": "1250x1250",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "GST Biller — Smart Invoice Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Invoice",
      "short_name": "New Invoice",
      "description": "Create a new GST invoice",
      "url": "/invoices/new.html",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your GST billing dashboard",
      "url": "/dashboard.html",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
