{
  "name": "TekTawa - Learn. Build. Launch Your Digital Future.",
  "short_name": "TekTawa",
  "description": "Learn to code, build real projects, and launch your digital career with TekTawa's global tech education platform.",
  "id": "/?v=6",
  "start_url": "/?v=6",
  "display": "standalone",
  "background_color": "#0B1A3A",
  "theme_color": "#2B5FC9",
  "orientation": "portrait-primary",
  "categories": ["education", "technology", "programming", "learning"],
  "screenshots": [
    {
      "src": "/images/icons/desktop-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TekTawa Desktop View"
    },
    {
      "src": "/images/icons/mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "TekTawa Mobile View"
    }
  ],
  "icons": [
    {
      "src": "/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Courses",
      "url": "/courses",
      "description": "Browse our courses",
      "icons": [
        {
          "src": "/images/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Playground",
      "url": "/playground",
      "description": "Code playground",
      "icons": [
        {
          "src": "/images/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Your learning dashboard",
      "icons": [
        {
          "src": "/images/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}