{
  "id": "/?source=pwa",
  "name": "Computational Linguistics Lab",
  "short_name": "COLING DU",
  "description": "Computational Linguistics Research and Development Lab, Department of Sanskrit, University of Delhi.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#2D0A59",
  "theme_color": "#2D0A59",
  "orientation": "portrait",
  "scope": "/",
  "prefer_related_applications": false,
  "related_applications": [],
  "categories": ["education", "science", "utilities"],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "icons": [
    {
      "src": "/assets/images/app-icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/app-icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/images/app-icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/app-icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/images/app-icons/screenshot_mobile.png",
      "sizes": "970x1542",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/assets/images/app-icons/screenshot_desktop.png",
      "sizes": "2836x1554",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Lab Home",
      "short_name": "Home",
      "description": "Go directly to the main research lab homepage",
      "url": "/?source=shortcut",
      "icons": [{ "src": "/assets/images/app-icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}