{
  "name": "LedgerBeaver",
  "short_name": "LedgerBeaver",
  "description": "AI-powered ERP — invoice automation, vendor management, and financial workflows. You are the ERP now.",
  "theme_color": "#0C1220",
  "background_color": "#0C1220",
  "display": "standalone",
  "orientation": "any",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "categories": ["finance", "business", "productivity"],
  "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard — cash position, AR/AP aging, P&L"
    },
    {
      "src": "/screenshots/approval-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Invoice approval on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Pending Approvals",
      "short_name": "Approvals",
      "description": "View invoices waiting for your approval",
      "url": "/inbox?tab=approvals",
      "icons": [{ "src": "/icons/approval.png", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Financial overview and KPIs",
      "url": "/",
      "icons": [{ "src": "/icons/dashboard.png", "sizes": "96x96" }]
    }
  ],
  "edge_side_panel": {},
  "handle_links": "preferred",
  "protocol_handlers": []
}
