{
  "name": "V2Ʌ Billing Software",
  "short_name": "VɅ Billing",
  "description": "GST-compliant billing software for Indian grocery stores",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#f97316",
  "background_color": "#1e1b4b",
  "lang": "hi",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/va-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/va-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business", "finance"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a new GST invoice",
      "url": "/?tab=invoice",
      "icons": [{"src": "/icons/va-192.png", "sizes": "192x192"}]
    },
    {
      "name": "View Products",
      "short_name": "Products",
      "description": "Manage your product catalog",
      "url": "/?tab=products",
      "icons": [{"src": "/icons/va-192.png", "sizes": "192x192"}]
    }
  ]
}
