{
  "name": "GYD App",
  "short_name": "GYD",
  "description": "Your GYD business — team, orders, wallet and income in one place.",
  "id": "/member/dashboard",
  "start_url": "/member/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#22384A",
  "theme_color": "#3BB77E",
  "lang": "en-IN",
  "categories": ["business", "finance"],
  "icons": [
    { "src": "/images/pwa/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/images/pwa/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/images/pwa/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Wallet", "short_name": "Wallet", "url": "/member/wallet", "icons": [{ "src": "/images/pwa/icon-192.png", "sizes": "192x192" }] },
    { "name": "My Network", "short_name": "Network", "url": "/member/network", "icons": [{ "src": "/images/pwa/icon-192.png", "sizes": "192x192" }] },
    { "name": "Shop", "short_name": "Shop", "url": "/member/shop", "icons": [{ "src": "/images/pwa/icon-192.png", "sizes": "192x192" }] }
  ]
}
