{
  "name": "Finio — Personal Finance",
  "short_name": "Finio",
  "description": "Your personal finance companion — beautifully simple",
  "theme_color": "#4338ca",
  "background_color": "#f5f3ff",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Transaction",
      "short_name": "Add Tx",
      "description": "Record a new income or expense transaction",
      "url": "/?view=transactions",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Create Goal",
      "short_name": "New Goal",
      "description": "Create a new savings goal",
      "url": "/?view=goals",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "View Budget",
      "short_name": "Budget",
      "description": "View and manage your monthly budgets",
      "url": "/?view=budget",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}