{
  "name": "Famous Sports People",
  "short_name": "FSP",
  "description": "The world's greatest sports biographies — 3105+ athletes across 29 sports.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0a1628",
  "background_color": "#f8f5f0",
  "categories": [
    "sports",
    "education",
    "reference"
  ],
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Athletes",
      "url": "/search.html",
      "description": "Find any athlete"
    },
    {
      "name": "Today in Sport",
      "url": "/interactive/index.html",
      "description": "Games and quizzes"
    },
    {
      "name": "Education Hub",
      "url": "/education/index.html",
      "description": "Teaching resources"
    }
  ]
}