{
  "name": "Rowel Chess OS",
  "short_name": "Rowel Chess",
  "description": "Where you don't just play chess… you learn to think like champions. AI-powered chess coaching, daily missions, and a TikTok-style learning feed.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A0A0F",
  "theme_color": "#0A0A0F",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "games", "sports"],
  "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": "Daily Missions",
      "short_name": "Missions",
      "url": "/#learn",
      "description": "Jump straight into your daily chess missions"
    },
    {
      "name": "Play Chess",
      "short_name": "Play",
      "url": "/#play",
      "description": "Start a game with your AI coach watching"
    },
    {
      "name": "Chess Feed",
      "short_name": "Feed",
      "url": "/#feed",
      "description": "Browse 60-second chess lessons"
    }
  ]
}
