{
  "name": "Formative Check | TebTally",
  "short_name": "Formative Check",
  "description": "Quick formative assessment for teachers. Observe students, track skills, and identify gaps.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#FDF8F3",
  "theme_color": "#F2A950",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Lesson",
      "short_name": "New Lesson",
      "url": "/lessons/new",
      "icons": [
        {
          "src": "/icons/shortcut-lesson.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Classes",
      "short_name": "Classes",
      "url": "/classes",
      "icons": [
        {
          "src": "/icons/shortcut-classes.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
