{
  "name": "CTraders Student Portal",
  "short_name": "CT Portal",
  "description": "Access your CTraders lessons, exercises, downloads, and trading resources.",
  "start_url": "/user/portal/index.php",
  "scope": "/user/portal/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1a3a5c",
  "categories": ["education", "finance"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/log.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Lessons",
      "short_name": "Lessons",
      "description": "View your lessons",
      "url": "/user/portal/index.php?q=lesson",
      "icons": [{ "src": "/log.png", "sizes": "any" }]
    },
    {
      "name": "Exercises",
      "short_name": "Exercises",
      "description": "Practice exercises",
      "url": "/user/portal/index.php?q=exercises",
      "icons": [{ "src": "/log.png", "sizes": "any" }]
    },
    {
      "name": "Downloads",
      "short_name": "Downloads",
      "description": "Download resources",
      "url": "/user/portal/index.php?q=download",
      "icons": [{ "src": "/log.png", "sizes": "any" }]
    }
  ]
}
