{
  "name": "CodeVerse — Illustrated Programming Books",
  "short_name": "CodeVerse",
  "description": "A curated collection of interactive, illustrated books on programming, AI, system design, and computer science.",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#060010",
  "theme_color": "#8b5cf6",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "books", "productivity"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book 1 — Code Quest",
      "short_name": "Code Quest",
      "description": "Programming fundamentals (free)",
      "url": "./book 1  Code Quest/index.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Book 4 — AI Odyssey",
      "short_name": "AI Odyssey",
      "description": "AI from basics to expert",
      "url": "./book 4  AI Odyssey/index.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Book 5 — System Architect",
      "short_name": "System Architect",
      "description": "System design at planet scale",
      "url": "./book 5  System Architect/index.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Book 6 — Master's Path",
      "short_name": "Master's Path",
      "description": "Mastery & capstone projects",
      "url": "./book 6  Master's Path/index.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "book 4  AI Odyssey/images/cover.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AI Odyssey — A Deep Dive into the Minds of Machines"
    },
    {
      "src": "book 5  System Architect/images/cover.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "System Architect — Blueprint of the Digital World"
    }
  ],
  "prefer_related_applications": false
}
