{
  "name": "YouTube Course Tracker & AI Study Companion",
  "short_name": "CourseTracker",
  "description": "Transform YouTube Playlists into Interactive Guided Courses with AI Notes, Quizzes, and Gamified Study Pets",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0F172A",
  "theme_color": "#4F46E5",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "education",
    "productivity"
  ]
}