{
  "name": "Medical Training Platform",
  "short_name": "MedTrain",
  "description": "Professional medical training — courses, webinars, and certifications",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "background_color": "#0d1b4b",
  "theme_color": "#1e3a8a",
  "categories": ["education", "medical", "health"],
  "icons": [
    {
      "src": "icons/icon-72x72-v2.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96x96-v2.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128x128-v2.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144x144-v2.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152x152-v2.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384x384-v2.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-192x192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512x512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Courses",
      "url": "/courses-list",
      "icons": [{ "src": "icons/icon-96x96-v2.png", "sizes": "96x96" }]
    },
    {
      "name": "Upcoming Webinars",
      "url": "/webinars-list",
      "icons": [{ "src": "icons/icon-96x96-v2.png", "sizes": "96x96" }]
    },
    {
      "name": "Notifications",
      "url": "/notifications",
      "icons": [{ "src": "icons/icon-96x96-v2.png", "sizes": "96x96" }]
    }
  ]
}
