{
  "name": "TryMCQ - Online MCQ Testing Platform",
  "short_name": "TryMCQ",
  "description": "Take online MCQ tests and exams with instant results",
  "version": "1.0.1",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#38B6FF",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": [
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "https://trymcq.org/static/pwa-icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Take Exam",
      "short_name": "Exam",
      "description": "Start a new MCQ exam",
      "url": "/student_exams/",
      "icons": [
        {
          "src": "https://trymcq.org/static/pwa-icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Results",
      "short_name": "Results",
      "description": "Check your exam results",
      "url": "/student_exams_results",
      "icons": [
        {
          "src": "https://trymcq.org/static/pwa-icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}