{
  "name": "Geo Fun Games",
  "short_name": "GeoFunGames",
  "description": "Master geography through fun interactive games - capitals, flags, maps, cities, travel routes, and puzzles.",
  "start_url": "/",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Geo Fun Games - Homepage"
    },
    {
      "src": "/favicon/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Geo Fun Games - Homepage"
    }
  ],
  "theme_color": "#1e469c",
  "background_color": "#ffffff",
  "display": "standalone"
}