{
  "name": "IALE Intern Task Manager",
  "short_name": "IALE Portal",
  "description": "MICT SETA TVET Placement Programme — daily tasks, attendance, submissions, and timesheets for IALE Institute interns and mentors.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a56db",
  "background_color": "#f0f2f5",
  "lang": "en-ZA",
  "categories": ["productivity", "education", "business"],
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Check In",
      "short_name": "Check In",
      "description": "Log your attendance for today",
      "url": "/?action=checkin"
    },
    {
      "name": "Submit Work",
      "short_name": "Submit",
      "description": "Upload a work submission",
      "url": "/?action=submit"
    }
  ]
}
