{
  "name": "FabFour Foundation",
  "short_name": "FabFour",
  "description": "Africa's trusted social fundraising platform to support smart minds through tertiary education.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/images/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/images/favicon-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Make a Donation",
      "short_name": "Donate",
      "description": "Support a student's education",
      "url": "/donate",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Pressroom",
      "description": "Latest news and updates",
      "url": "/pressroom",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "education",
    "nonprofit",
    "social"
  ],
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "scope": "/",
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  }
}