{
  "name": "Ramah Pathways Learning",
  "short_name": "Ramah Pathways",
  "description": "AI-powered KS3 and GCSE tutoring for every student",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#f7f9fc",
  "theme_color": "#1d6fa4",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["education"],
  "shortcuts": [
    {
      "name": "Ask Miss Ramah",
      "url": "/index.html",
      "description": "Chat with your AI tutor"
    },
    {
      "name": "Practice Questions",
      "url": "/question-generator.html",
      "description": "Generate practice questions"
    },
    {
      "name": "AI Feedback",
      "url": "/feedback-tool.html",
      "description": "Get feedback on your answers"
    },
    {
      "name": "Book a Session",
      "url": "/contact.html",
      "description": "Book a tutoring session"
    }
  ]
}
