{
  "short_name": "VoiceLedger",
  "name": "VoiceLedger",
  "description": "Track customer orders, udhaar and payments — works offline.",
  "id": "/",
  "start_url": "/",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "display": "standalone",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "VoiceLedger Desktop App"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "VoiceLedger Mobile App"
    }
  ]
}