{
  "name": "Loknath Agency — Order Online",
  "short_name": "Loknath Agency",
  "description": "Order wholesale products, track bills, manage credit, view live stock",
  "start_url": "/products?utm_source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#070b14",
  "theme_color": "#070b14",
  "orientation": "portrait-primary",
  "scope": "/",
  "id": "/?source=pwa",
  "lang": "en-IN",
  "dir": "ltr",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["business", "shopping", "productivity"],
  "shortcuts": [
    { "name": "Browse Products", "short_name": "Shop", "url": "/products", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "My Bills", "short_name": "Bills", "url": "/ledger", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "My Orders", "short_name": "Orders", "url": "/orders", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}