{
  "id": "/",
  "name": "MindGrind - Quiz Practice",
  "short_name": "MindGrind",
  "description": "Master any topic with interactive quizzes and spaced repetition learning",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#667eea",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/assets/icons/icon.png",
      "sizes": "279x279",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/screenshot-mobile.png",
      "sizes": "505x1094",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/assets/screenshots/screenshot-desktop.png",
      "sizes": "1340x1253",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Create New Quiz",
      "short_name": "New Quiz",
      "description": "Create and upload a new quiz",
      "url": "/upload-csv",
      "icons": [
        {
          "src": "/assets/icons/icon.png",
          "sizes": "279x279",
          "type": "image/png"
        }
      ]
    }
  ]
}
