{
  "name": "SDPal — AI Study Tools",
  "short_name": "SDPal",
  "description": "AI-powered study tools for SABIS students",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#06060a",
  "background_color": "#06060a",
  "icons": [
    { "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    { "name": "Chat with PalAI", "url": "/#/chat", "description": "Ask AI about your study material" },
    { "name": "Generate Quiz", "url": "/#/quiz", "description": "Create a quiz from your notes" },
    { "name": "Focus Timer", "url": "/#/timer", "description": "Start a Pomodoro session" }
  ]
}
