{
  "name": "ITQAN Institute LMS",
  "short_name": "ITQAN",
  "description": "ITQAN Institute Learning Management System",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "productivity", "business"],
  "icons": [
    { "src": "icons/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Dashboard",      "short_name": "Home",    "url": "./#/app",             "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Course Catalog", "short_name": "Catalog", "url": "./#/app/catalog",     "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "My Certificates","short_name": "Certs",   "url": "./#/app/certificates","icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ],
  "share_target": {
    "action": "./#/app/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  }
}
