{
  "short_name": "Excellon iDMS",
  "name": "Excellon iDMS",
  "icons": [
    {
      "src": "logo160.png",
      "sizes": "160x160 64x64 32x32 24x24 16x16",
      "type": "image/x-icon",
      "purpose": "maskable"
    },
    {
      "src": "logo.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "logo-512-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "id": "baja-pwa-service-app",
  "categories": [
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View the status of created appointments",
      "url": "/dashboard",
     
      "icons": [
        {
          "src": "/logo.png",
          "sizes": "96x96"
        }]
    },
    {
      "name": "Appointments",
      "url": "/appointment"
    },
    {
      "name": "Create JC",
      "url": "/appointment"
    }
  ]
}