{
  "name": "SubTrack — Absence Management",
  "short_name": "SubTrack",
  "description": "K-12 substitute teacher management system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Submit Absence",
      "short_name": "New Absence",
      "url": "/absences/new",
      "description": "Submit a new absence"
    },
    {
      "name": "View Jobs",
      "short_name": "Jobs",
      "url": "/jobs",
      "description": "View open substitute jobs"
    }
  ]
}
