{
  "short_name": "ParkIt",
  "name": "ParkIt",
  "icons": [
    {
      "src": "/icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "shortcuts": [
    {
      "name": "Open Entrance",
      "url": "/home?openDoor=entrance",
      "icons": [
        {
          "src": "/icons/entrance.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Open Exit",
      "url": "/home?openDoor=exit",
      "icons": [
        {
          "src": "/icons/exit.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
