{
  "name": "GROWTH by BWB — The Platform for African Entrepreneurs",
  "short_name": "GROWTH",
  "description": "Trade intelligence, tools, peer circles, and a business directory built for African and diaspora entrepreneurs. Because every business deserves to grow beyond its boundaries.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#3DBFB0",
  "background_color": "#F4F8F8",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity"],

  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Join GROWTH Free",
      "short_name": "Join Free",
      "description": "Create your free GROWTH account",
      "url": "/register.php?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Business Directory",
      "short_name": "Directory",
      "description": "Find verified partners and clients",
      "url": "/directory.php?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "The Vault",
      "short_name": "Vault",
      "description": "Free tools and templates",
      "url": "/vault.php?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
