{
  "name": "LedgeIt — Receipts, Expenses & Mileage",
  "short_name": "LedgeIt",
  "description": "Snap it. Store it. LedgeIt.",
  "start_url": "/app",
  "id": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fcfbfa",
  "theme_color": "#5850ec",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/favicon.png", "sizes": "64x64", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "Capture receipt", "url": "/app/receipts/new" },
    { "name": "Log mileage", "url": "/app/mileage/new" }
  ]
}
