{
  "name": "World Cup History Hub",
  "short_name": "WorldCup2026",
  "description": "Follow FIFA World Cup 2026 with an interactive calendar and AI-powered On This Day feed featuring history, science, football milestones, famous birthdays, and daily educational insights.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a1f44",
  "theme_color": "#0f2b3d",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "sports",
    "education",
    "history",
    "science",
    "productivity"
  ],
  "id": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://calendarlyai.netlify.app//fifa-worldcup.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "FIFA World Cup 2026 Interactive Calendar"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Matches",
      "short_name": "Matches",
      "description": "View FIFA World Cup 2026 fixtures and results",
      "url": "/?section=matches",
      "icons": [
        {
          "src": "/icons/matches-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "On This Day",
      "short_name": "History",
      "description": "Discover historical events and milestones",
      "url": "/?section=history",
      "icons": [
        {
          "src": "/icons/history-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Science Discoveries",
      "short_name": "Science",
      "description": "Explore scientific discoveries and innovations",
      "url": "/?section=science",
      "icons": [
        {
          "src": "/icons/science-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}