{
  "name": "YieldSmart",
  "short_name": "YieldSmart",
  "description": "UK gilt yields, net of tax. Every gilt in issue with after-tax returns for every income bracket.",
  "start_url": "/table",
  "display": "standalone",
  "background_color": "#1A1814",
  "theme_color": "#1A1814",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "finance"
  ],
  "shortcuts": [
    {
      "name": "Gilt Table",
      "url": "/table",
      "description": "All UK gilts with net yields"
    },
    {
      "name": "Calculator",
      "url": "/calculator",
      "description": "After-tax return calculator"
    },
    {
      "name": "Bond Ladder",
      "url": "/ladder",
      "description": "Build a gilt income ladder"
    }
  ]
}