{
  "name": "SkillCame - AI Powered Learning Management System",
  "short_name": "SkillCame",
  "description": "SkillCame is an advanced AI-powered Learning Management System designed to help students, creators, freelancers, and professionals master modern digital skills. Access premium AI courses, interactive learning paths, smart quizzes, AI chat assistants, automation workflows, digital products marketplace, certifications, progress tracking, and powerful educational tools — all in one platform.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0a0a0a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",

  "categories": [
    "education",
    "productivity",
    "technology",
    "utilities",
    "business"
  ],

  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },

  "edge_side_panel": {
    "preferred_width": 420
  },

  "prefer_related_applications": false,

  "icons": [
    {
      "src": "/skillcame.webp",
      "sizes": "72x72",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/skillcame.webp",
      "sizes": "96x96",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/skillcame.webp",
      "sizes": "128x128",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/skillcame.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/skillcame.webp",
      "sizes": "256x256",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/skillcame.webp",
      "sizes": "384x384",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/skillcame.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/home-dashboard.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "SkillCame Dashboard"
    },
    {
      "src": "/screenshots/courses.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "AI Courses"
    },
    {
      "src": "/screenshots/mobile-view.webp",
      "sizes": "720x1280",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Mobile Learning Experience"
    }
  ],

  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Go to SkillCame homepage",
      "url": "/",
      "icons": [
        {
          "src": "/skillcame.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    },

    {
      "name": "Courses",
      "short_name": "Courses",
      "description": "Browse premium AI and digital marketing courses",
      "url": "/user/courses",
      "icons": [
        {
          "src": "/skillcame.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    },

    {
      "name": "AI Marketplace",
      "short_name": "Marketplace",
      "description": "Explore AI tools, prompts, templates, and workflows",
      "url": "/user/marketplace",
      "icons": [
        {
          "src": "/skillcame.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    },

    {
      "name": "AI Chat Assistant",
      "short_name": "AI Chat",
      "description": "Chat with advanced AI learning assistant",
      "url": "/ai-chat",
      "icons": [
        {
          "src": "/skillcame.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    },

    {
      "name": "Certificates",
      "short_name": "Certificates",
      "description": "View and download your certifications",
      "url": "/user/certificates",
      "icons": [
        {
          "src": "/skillcame.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    }
  ]
}
