{
  "name": "Where Money",
  "short_name": "Where Money",
  "description": "A local-first spending tracker. Import your bank's CSV exports, categorize once, and see where the money went — all in a SQLite file on your own device.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#161826",
  "theme_color": "#161826",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    { "src": "/favicon.svg", "type": "image/svg+xml", "sizes": "any" },
    { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
    { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
    { "src": "/icon-maskable-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ]
}
