{
  "name": "OhMyCent",
  "short_name": "OhMyCent",
  "description": "Smart household finance, income, expenses, bills, and savings tracker.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#050d1a",
  "theme_color": "#0b1c30",
  "orientation": "any",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png?v=2",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Spending Ledger",
      "short_name": "Ledger",
      "description": "View and log transactions",
      "url": "/ledger",
      "icons": [{ "src": "/icons/icon-192.png?v=2", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Overview of household finances",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-192.png?v=2", "sizes": "192x192" }]
    },
    {
      "name": "Receipt Hub",
      "short_name": "Receipts",
      "description": "Scan and review receipts",
      "url": "/receipts",
      "icons": [{ "src": "/icons/icon-192.png?v=2", "sizes": "192x192" }]
    }
  ]
}
