{
  "short_name": "Midnight",
  "name": "Midnight Education",
  "id": "/app",
  "description": "Midnight is an AI-powered study workspace for tutoring, flashcards, quizzes, grading, and academic planning.",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/images/pwa/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/images/pwa/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/images/pwa/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/images/pwa/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "theme_color": "#0b0c0f",
  "background_color": "#0b0c0f"
}
