{
  "name": "CDTA LMS",
  "short_name": "CDTA LMS",
  "description": "Aviation training LMS — on-the-job training (OJT) and offline support",
  "start_url": "/my/ojt",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/aeroproficient-logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/aeroproficient-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/aeroproficient-logo.png",
      "sizes": "1563x1563",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My OJT",
      "short_name": "My OJT",
      "description": "View assigned on-the-job training tasks",
      "url": "/my/ojt",
      "icons": [{ "src": "/aeroproficient-logo-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "OJT Reviews",
      "short_name": "Reviews",
      "description": "Review pending OJT verifications",
      "url": "/admin/ojt/reviews",
      "icons": [{ "src": "/aeroproficient-logo-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
