{
  "id": "/",
  "name": "NexWallet by Nexarra AI",
  "short_name": "NexWallet",
  "description": "Turn receipts, bills, SOAs, invoices, statements, and payment proofs into reviewed personal or small-business money records.",
  "lang": "en-PH",
  "dir": "ltr",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#0E5782",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Upload a document",
      "short_name": "Upload",
      "description": "Upload a receipt, bill, or payment proof",
      "url": "/upload",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bills",
      "short_name": "Bills",
      "description": "See upcoming and unpaid bills",
      "url": "/bills",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Records",
      "short_name": "Records",
      "description": "Browse confirmed records",
      "url": "/transactions",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
