{
  "name": "Alone Monster Coding Hub",
  "short_name": "AloneMonster",
  "description": "Free coding courses — JS, Python, HTML/CSS",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#050509",
  "theme_color": "#00ff88",
  "categories": ["education", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Python Course",
      "url": "/python/",
      "description": "Go to Python course"
    },
    {
      "name": "JavaScript Course",
      "url": "/javascript/",
      "description": "Go to JavaScript course"
    }
  ],
  "icons": [
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
