{
  "name": "SkillAI Hub - AI-Powered Learning Hub",
  "short_name": "SkillAI Hub",
  "description": "Create courses, generate quizzes, and learn with AI-powered tools. Your AI-Powered Learning Hub. Access your learning progress offline.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#e07b3a",
  "categories": ["education", "productivity", "learning"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SkillAI Hub Dashboard"
    },
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SkillAI Hub Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Course",
      "short_name": "New Course",
      "description": "Create a new AI-powered course",
      "url": "/create/course?source=pwa",
      "icons": [
        {
          "src": "/skillaihub-icon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Courses",
      "short_name": "Courses",
      "description": "View your courses",
      "url": "/dashboard?source=pwa",
      "icons": [
        {
          "src": "/skillaihub-icon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Take Quiz",
      "short_name": "Quiz",
      "description": "Start a new quiz",
      "url": "/quiz?source=pwa",
      "icons": [
        {
          "src": "/skillaihub-icon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
