{
  "name": "Sectrox — Cyber Security LMS",
  "short_name": "Sectrox",
  "description": "Master Cyber Security with Sectrox — Premium online LMS with courses, certifications & hands-on labs.",
  "start_url": "/LMS/",
  "scope": "/LMS/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0a0a0a",
  "theme_color": "#ff1a1a",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/LMS/assets/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/LMS/assets/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "security", "productivity"],
  "screenshots": [
    {
      "src": "/LMS/assets/images/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Sectrox Dashboard on Desktop"
    },
    {
      "src": "/LMS/assets/images/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Sectrox Dashboard on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your student dashboard",
      "url": "/LMS/student/",
      "icons": [{ "src": "/LMS/assets/images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Courses",
      "short_name": "Courses",
      "description": "Explore all cyber security courses",
      "url": "/LMS/pages/courses.php",
      "icons": [{ "src": "/LMS/assets/images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Certificates",
      "short_name": "Certs",
      "description": "View your earned certificates",
      "url": "/LMS/student/certificates.php",
      "icons": [{ "src": "/LMS/assets/images/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.sectrox.lms",
      "id": "com.sectrox.lms"
    }
  ]
}
