{
  "short_name": "METAC",
  "name": "METAC - Progressive Web App Tech Skills Platform",
  "description": "Learn 16 essential tech skills online and offline with interactive lessons, quizzes, AI mentor, and certifications.",
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "192x192 512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "display": "standalone",
  "orientation": "portrait-primary",
  "categories": ["education", "technology", "productivity"],
  "shortcuts": [
    {
      "name": "My Learning",
      "short_name": "Learning",
      "description": "Continue your ongoing tech courses",
      "url": "/?tab=my-learning"
    },
    {
      "name": "AI Tutor",
      "short_name": "AI Mentor",
      "description": "Ask METAC AI Assistant for tech help",
      "url": "/?tab=ai-tutor"
    },
    {
      "name": "Code Sandbox",
      "short_name": "Sandbox",
      "description": "Open code playground",
      "url": "/?tab=sandbox"
    }
  ]
}
