{
  "name": "InNoHassle",
  "short_name": "InNoHassle",
  "description": "InNoHassle ecosystem: schedule, maps, room booking, and more.",
  "start_url": "/?from=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b0b0b",
  "theme_color": "#9747ff",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "Personal calendar with all your events.",
      "url": "/calendar?from=pwa",
      "icons": [
        {
          "src": "/shortcut-calendar.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Maps",
      "short_name": "Maps",
      "description": "Floor plans of the university.",
      "url": "/maps?from=pwa",
      "icons": [
        {
          "src": "/shortcut-map.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Room booking",
      "short_name": "Room booking",
      "description": "Book auditoriums and meeting rooms in the university.",
      "url": "/room-booking?from=pwa",
      "icons": [
        {
          "src": "/shortcut-room-booking.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}
