{
  "name": "Finzenda",
  "short_name": "Finzenda",
  "description": "Professional financial calculators and investment tools",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#228BE6",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Compound Interest Calculator",
      "short_name": "Compound Interest",
      "description": "Calculate compound interest growth",
      "url": "/calculators/finance/compound-interest",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Financial Blog",
      "short_name": "Blog",
      "description": "Financial tips and guides",
      "url": "/blog",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any"
        }
      ]
    }
  ]
} 