{
  "name": "TutorBee — Socratic AI Tutor for Kids",
  "short_name": "TutorBee",
  "description": "AI tutor that refuses to do homework. Teaches kids to think + AI literacy. Ages 6-18.",
  "start_url": "/learn",
  "display": "standalone",
  "background_color": "#FFF8E7",
  "theme_color": "#FBBF24",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["education", "kids"],
  "lang": "en",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Continue learning",
      "url": "/learn",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Practice",
      "url": "/learn/practice",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
