{
  "version": "0.1.0",
  "name": "The Great Class Quest",
  "short_name": "GCQ",
  "description": "A gamified classroom management and student engagement platform",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "background_color": "#f6ffff",
  "theme_color": "#8ee3f8",
  "orientation": "any",
  "categories": ["education", "games"],
  "icons": [
    {
      "src": "assets/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/great-class-quest-logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "prefer_related_applications": false
}
