{
  "name": "Bubu Nursery",
  "short_name": "Bubu Nursery",
  "description": "Nursery workspace for Bubu.",
  "id": "/teacher",
  "start_url": "/teacher?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#f3f4f8",
  "theme_color": "#3b82f6",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icons/teacher-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/teacher-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/teacher-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Teacher messages",
      "short_name": "Messages",
      "description": "Open teacher messages.",
      "url": "/teacher/messages?source=pwa",
      "icons": [
        {
          "src": "/icons/teacher-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
