{
  "id": "/",
  "name": "आदि शक्ति बिल बुक",
  "short_name": "बिल बुक",
  "description": "उर्वरक मैटेरियल — डिजिटल बिल बुक",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#fdf6e3",
  "theme_color": "#1a237e",
  "lang": "hi",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/img/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "नया बिल",
      "short_name": "बिल",
      "description": "जल्दी बिल बनाओ",
      "url": "/?go=sale",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "ग्राहक",
      "short_name": "ग्राहक",
      "description": "ग्राहक और उधार देखो",
      "url": "/?go=customers",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "डे बुक",
      "short_name": "डे बुक",
      "description": "आज का हिसाब",
      "url": "/?go=daybook",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
