{
  "name": "Football Fixtures",
  "short_name": "FF",
  "description": "Live football fixtures, scores, predictions, and expert analysis for every major league. Get goal alerts, predict scores, and compete on the leaderboard.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0D1117",
  "theme_color": "#079e6e",
  "orientation": "any",
  "categories": ["sports", "entertainment"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "id": "/",
  "icons": [
    {
      "src": "/assets/images/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/assets/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Scores",
      "short_name": "Live",
      "url": "/live",
      "description": "View live match scores"
    },
    {
      "name": "Predictions",
      "short_name": "Predict",
      "url": "/predictions",
      "description": "Make match predictions"
    },
    {
      "name": "Fixtures",
      "short_name": "Fixtures",
      "url": "/fixtures",
      "description": "Today's fixtures"
    }
  ]
}
