{
  "name": "Makos Tech - Web Development & Tech Learning Platform",
  "short_name": "Makos Tech",
  "description": "Master web development, competitive programming, and modern tech with hands-on projects, interactive quizzes, and a vibrant community.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f1f5f9",
  "theme_color": "#06b6d4",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/favicon.ico?v=2",
      "sizes": "192x192",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico?v=2",
      "sizes": "512x512",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Learn Web Development",
      "short_name": "Learn",
      "description": "Start learning web development from scratch",
      "url": "/learn?utm_source=pwa",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Take a Quiz",
      "short_name": "Quiz",
      "description": "Test your knowledge with interactive quizzes",
      "url": "/quizzes?utm_source=pwa",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Contribute",
      "short_name": "Contribute",
      "description": "Share your knowledge with the community",
      "url": "/contribute?utm_source=pwa",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "description": "See the top contributors and compete",
      "url": "/leaderboard?utm_source=pwa",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.ico",
      "type": "image/x-icon",
      "sizes": "540x720",
      "form_factor": "narrow",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "type": "image/x-icon",
      "sizes": "1280x720",
      "form_factor": "wide",
      "purpose": "any"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
