{
  "name": "Singularity",
  "short_name": "Singularity",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0b1020",
  "theme_color": "#111827",
  "description": "A connected university study workspace for lectures, notes, timetable and adaptive revision.",
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "scope": "./",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Record lecture",
      "short_name": "Record",
      "url": "./?view=record"
    },
    {
      "name": "Open notes",
      "short_name": "Notes",
      "url": "./?view=notes"
    },
    {
      "name": "Study",
      "short_name": "Study",
      "url": "./?view=study"
    }
  ]
}