{
  "name": "JHM College Portal",
  "short_name": "JHM College",
  "description": "Manage leads, enrollments and admissions for your college.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0D7A56",
  "background_color": "#F5F7FA",
  "lang": "en",
  "categories": ["education", "business"],
  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/apple-touch-icon.png",  "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Lead Inbox",
      "short_name": "Leads",
      "description": "View and manage your lead inbox",
      "url": "/leads",
      "icons": [{ "src": "/icons/shortcut-leads.png", "sizes": "96x96" }]
    },
    {
      "name": "Enrollments",
      "short_name": "Enrollments",
      "description": "Track student enrollments",
      "url": "/enrollments",
      "icons": [{ "src": "/icons/shortcut-enroll.png", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/shortcut-dash.png", "sizes": "96x96" }]
    }
  ]
}
