{
  "name": "UnifyLearn",
  "short_name": "UnifyLearn",
  "description": "A comprehensive Nigerian school management system for teachers, administrators, and parents",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#26215C",
  "background_color": "#ffffff",
  "categories": ["education", "productivity"],
  "screenshots": [
    {
      "src": "https://via.placeholder.com/540x720?text=UnifyLearn+Dashboard",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "https://via.placeholder.com/1280x720?text=UnifyLearn+Dashboard",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "https://via.placeholder.com/192x192?text=UL",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://via.placeholder.com/512x512?text=UL",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://via.placeholder.com/192x192?text=UL&bg=26215C",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "https://via.placeholder.com/512x512?text=UL&bg=26215C",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Attendance",
      "short_name": "Attendance",
      "description": "Mark student attendance",
      "url": "/attendance?utm_source=shortcut",
      "icons": [
        {
          "src": "https://via.placeholder.com/192x192?text=Attendance",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Timetable",
      "short_name": "Timetable",
      "description": "View your timetable",
      "url": "/timetable?utm_source=shortcut",
      "icons": [
        {
          "src": "https://via.placeholder.com/192x192?text=Timetable",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Grades",
      "short_name": "Grades",
      "description": "Enter student grades",
      "url": "/assessment?utm_source=shortcut",
      "icons": [
        {
          "src": "https://via.placeholder.com/192x192?text=Grades",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "documents",
          "accept": [
            "application/pdf",
            "image/*"
          ]
        }
      ]
    }
  }
}
