{
  "name": "Best One After School",
  "short_name": "Best One",
  "description": "Safe educational enrichment platform for after-school students. Homework tracking, STEM activities, and positive behavior rewards.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f4ff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["education", "kids"],
  "lang": "en-US",
  "icons": [
    {
      "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": "Student Portal",
      "short_name": "Student",
      "description": "Access the student learning portal",
      "url": "/student",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Parent Portal",
      "short_name": "Parent",
      "description": "Access the parent portal",
      "url": "/portal",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
