{
  "name": "ClassHub",
  "short_name": "ClassHub",
  "description": "Your academic workspace — attendance, polls, assignments & more",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0C14",
  "theme_color": "#60A5FA",
  "orientation": "portrait",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "application/pdf", ".pdf", ".docx", ".pptx", ".xlsx", "text/plain", ".txt"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
