{
  "name": "Teacherism — Classroom Workspace",
  "short_name": "Teacherism",
  "description": "Computer science curriculum for grades 7-12. 23 modules across JS, Web, Python (via CyberExam), Java, C#, SQL, Linux, networking, algorithms, cybersecurity, and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#101216",
  "theme_color": "#101216",
  "categories": ["education", "productivity"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open modules",
      "short_name": "Modules",
      "description": "Browse all learning modules",
      "url": "/app/modules"
    },
    {
      "name": "Grading queue",
      "short_name": "Grading",
      "description": "Open the teacher grading queue",
      "url": "/app/grading"
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Open direct messages",
      "url": "/app/inbox"
    }
  ]
}
