{
  "name": "Dahlia Ledger",
  "short_name": "Dahlia",
  "description": "Smart tax tracking for gig workers, freelancers, and the self-employed.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#8E2D31",
  "background_color": "#FBF8F2",
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["finance", "productivity", "business"],
  "shortcuts": [
    {
      "name": "Add Income",
      "short_name": "Income",
      "description": "Log a new income entry",
      "url": "/?tab=income",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add Expense",
      "short_name": "Expense",
      "description": "Log a new expense",
      "url": "/?tab=expenses",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
