{
  "name": "KODO — Python Mastery",
  "short_name": "KODO",
  "description": "Complete Python learning platform by Leaf Corporation",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "background_color": "#f8fafc",
  "theme_color": "#0d7c3d",
  "orientation": "any",
  "categories": ["education"],
  "id": "kodo-pwa-v2",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Part 1 — Foundations",
      "url": "/index.html",
      "icons": [{"src": "/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Part 2 — Intermediate",
      "url": "/part2.html"
    },
    {
      "name": "Part 3 — Advanced",
      "url": "/part3.html"
    }
  ]
}