{
  "id": "./",
  "name": "Atlas Quest",
  "short_name": "Atlas Quest",
  "description": "Explore the world and master countries, borders and geography facts.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#070b16",
  "theme_color": "#070b16",
  "categories": ["education", "games", "trivia"],
  "icons": [
    {
      "src": "assets/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "assets/pwa/screenshot-portrait.jpg",
      "sizes": "768x1024",
      "type": "image/jpeg",
      "label": "Atlas Quest on a phone, showing the physical globe and a country-finding question."
    },
    {
      "src": "assets/pwa/screenshot-landscape.jpg",
      "sizes": "1440x900",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Atlas Quest on a wide screen, showing the physical globe and a country-finding question."
    }
  ]
}
