{
  "name": "DE-STD",
  "short_name": "Student",
  "start_url": "/student/index.php",
  "description": "Std dashboard",
   "scope": "/student/",
  "id": "std-app-v1",
  "display": "standalone",
  "display_override": ["standalone"],
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/student/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/student/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}