{
  "name": "Learn & Play Pal",
  "short_name": "Learn & Play Pal",
  "description": "AI-powered homework help and educational mini-games for K–5th graders",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fffbeb",
  "theme_color": "#9b51e0",
  "categories": ["education", "kids"],
  "icons": [
    {
      "src": "/owl-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/owl-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/owl-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/owl-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask a Question",
      "short_name": "Ask",
      "description": "Jump straight to homework help",
      "url": "/",
      "icons": [{ "src": "/owl-logo.png", "sizes": "96x96" }]
    }
  ]
}
