{
  "id": "/",
  "name": "GharLog — India's Digital Home Asset Manager",
  "short_name": "GharLog",
  "description": "Track every appliance, document, warranty, insurance and service for your home in one encrypted vault.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fcfbf8",
  "theme_color": "#0F1F4B",
  "orientation": "portrait",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["productivity", "finance", "lifestyle", "utilities"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "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" }
  ],
  "screenshots": [
    {
      "src": "/screenshot-dashboard.jpg",
      "sizes": "540x1152",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Dashboard with live asset value and renewal alerts"
    },
    {
      "src": "/screenshot-inventory.jpg",
      "sizes": "540x1152",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Inventory with lifecycle indicators"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan invoice",
      "short_name": "Scan",
      "description": "Scan a new invoice or appliance",
      "url": "/?tab=scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Assistant",
      "short_name": "Assistant",
      "description": "Ask anything about your home",
      "url": "/?tab=ai",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add item",
      "short_name": "Add",
      "description": "Add a new item to your inventory",
      "url": "/?tab=inventory&add=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
