{
  "id": "/",
  "name": "Limvo",
  "short_name": "Limvo",
  "description": "Salon management and billing",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait",
  "categories": ["business", "productivity"],
  "lang": "en-IN",
  "dir": "ltr",
  "shortcuts": [
    { "name": "Bills", "short_name": "Bills", "url": "/bills" },
    { "name": "Staff", "short_name": "Staff", "url": "/staff" },
    { "name": "Reports", "short_name": "Reports", "url": "/reports" }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
