{
  "name": "LaceBit AI",
  "short_name": "LaceBit AI",
  "description": "Smart Campus Assistant with Native Teacher Alerts.",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#f5f3ee",
  "theme_color": "#0a0a0f",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/static/bot.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/bot.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Class Alerts",
      "url": "/home",
      "icons": [{ "src": "/static/bot.png", "sizes": "192x192" }]
    },
    {
      "name": "Take Attendance",
      "url": "/attendance",
      "icons": [{ "src": "/static/bot.png", "sizes": "192x192" }]
    }
  ]
}