{
  "name": "Abbie Wealth Susu",
  "short_name": "Abbie Wealth",
  "description": "Track your contributions, see your slot in the rotation, and know when you collect.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFFFFF",
  "theme_color": "#101012",
  "categories": [
    "finance",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pay today",
      "short_name": "Pay",
      "url": "/m/portal/payments"
    },
    {
      "name": "My card",
      "short_name": "Card",
      "url": "/m/portal/dashboard"
    }
  ]
}