{
  "name": "Superkids — Learn and Enjoy",
  "short_name": "Superkids",
  "description": "AI-powered learning platform for kids aged 3-12. Workbooks, activities, games & more.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFBF2",
  "theme_color": "#FFB400",
  "categories": ["education", "kids", "learning"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Make a Workbook",
      "short_name": "New Workbook",
      "url": "/workbooks/new",
      "description": "Generate a custom AI workbook"
    },
    {
      "name": "Kid Mode",
      "short_name": "Play",
      "url": "/kid",
      "description": "Enter kid-friendly play mode"
    }
  ]
}
