{
  "name": "Selvam Tea Stall",
  "short_name": "Selvam Tea",
  "description": "Selvam Tea Stall - Attendance, Billing and Inventory Management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#92400E",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/selvam-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/selvam-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/selvam-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Mark Attendance",
      "short_name": "Attendance",
      "description": "Mark today's attendance",
      "url": "/attendance",
      "icons": [{ "src": "/icons/selvam-logo.png", "sizes": "192x192" }]
    },
    {
      "name": "New Bill",
      "short_name": "New Bill",
      "description": "Create a new bill",
      "url": "/billing",
      "icons": [{ "src": "/icons/selvam-logo.png", "sizes": "192x192" }]
    }
  ]
}
