{
  "name": "System Design Codex",
  "short_name": "SD Codex",
  "description": "Complete System Design Learning Platform — from fundamentals to interview-ready",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#f5efe4",
  "theme_color": "#b8341f",
  "orientation": "any",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Interview Simulator",
      "short_name": "Simulator",
      "url": "/pages/simulator.html",
      "description": "Practice system design interviews with a timer"
    },
    {
      "name": "Flashcards",
      "short_name": "Learn",
      "url": "/pages/learning.html",
      "description": "Spaced repetition flashcards"
    },
    {
      "name": "Interview Designs",
      "short_name": "Interviews",
      "url": "/pages/interviews.html",
      "description": "Real system design walkthroughs"
    }
  ],
  "categories": ["education", "productivity"],
  "lang": "en"
}
