{
  "name": "MKStudy — AI Study Platform",
  "short_name": "MKStudy",
  "description": "Your AI-powered study desk with unlimited AI chat, subject notes, study rooms, and real friends.",
  "start_url": "/desk",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#080d1a",
  "theme_color": "#d4891a",
  "categories": ["education", "productivity"],
  "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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "description": "Open the AI study assistant",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Notes",
      "short_name": "Notes",
      "description": "View and edit your subject notes",
      "url": "/notes",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Study Rooms",
      "short_name": "Rooms",
      "description": "Join or create study rooms",
      "url": "/rooms",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
