{
  "name": "PersonalFinance",
  "short_name": "PFinance",
  "description": "Smart financial management at your fingertips",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#14b88a",
  "orientation": "portrait-primary",
  "shortcuts": [
    {
      "name": "Add Transaction",
      "short_name": "Add Txn",
      "description": "Quickly add a new transaction",
      "url": "/transactions?add=true",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Scan Receipt",
      "short_name": "Receipt",
      "description": "Scan a receipt to add transactions",
      "url": "/receipt",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "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"
    }
  ]
}
