{
  "name": "Global Football Hope Fund",
  "short_name": "GFHF Sports",
  "description": "Football news, live scores, predictions, community chat, and charitable donations. Join the global football community!",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b2d4d",
  "theme_color": "#0b2d4d",
  "categories": ["sports", "social", "charity"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/images/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "scope": "/",
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Go to the homepage",
      "url": "/index.html",
      "icons": [{ "src": "/images/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Predictions",
      "short_name": "Predict",
      "description": "Match predictions and leaderboard",
      "url": "/pages/predictions.html",
      "icons": [{ "src": "/images/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Donate",
      "short_name": "Donate",
      "description": "Support the cause",
      "url": "/pages/donate.html",
      "icons": [{ "src": "/images/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}

