{
  "name": "Cleverly Student",
  "short_name": "Cleverly",
  "description": "Photograph and submit handwritten tests for instant AI marking.",
  "id": "cleverly-student-pwa",
  "start_url": "/student",
  "scope": "/student",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#7c3aed",
  "categories": ["education", "utilities"],
  "icons": [
    {
      "src": "/images/Cleverly-favicon--transparent.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/Cleverly-favicon--transparent.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Enter Test Code",
      "short_name": "Join",
      "description": "Join and upload a test",
      "url": "/student/join"
    },
    {
      "name": "My Results",
      "short_name": "Results",
      "description": "View test results and feedback",
      "url": "/student/results"
    }
  ]
}
