{
  "name": "Smart Schedule Management",
  "short_name": "Sync",
  "description": "Sync is a modern schedule management app for students and administrators. View your routine, manage courses, and stay on track.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b1015",
  "theme_color": "#4f8ef7",
  "orientation": "portrait-primary",
  "categories": [
    "education",
    "productivity",
    "business"
  ],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "View Schedule",
      "short_name": "Schedule",
      "description": "View your dynamic class schedule",
      "url": "/routine",
      "icons": [
        {
          "src": "/icons/192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Admin Dashboard",
      "short_name": "Dashboard",
      "description": "Manage academic schedules and provisioning",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}