{
  "name": "Milu Cloud",
  "short_name": "Milu",
  "description": "Milu Cloud App.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/prox/?utm_source=homescreen",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0066FF",
  "icons": [
    {
      "src": "/img/core/logo/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/core/logo/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/core/logo/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/screenshots/1.png",
      "sizes": "640x480",
      "type": "image/png"
    },
    {
      "src": "/img/screenshots/2.png",
      "sizes": "640x480",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Calendar",
      "short_name": "Show Appt",
      "description": "Quickly create a new appointment",
      "url": "/prox/appo/appointment",
      "icons": [
        {
          "src": "/img/icons/shortcut-add.png",
          "sizes": "96x96"
        }
      ]
    },
      {
      "name": "New Appointment",
      "short_name": "Book Appt",
      "description": "Quickly create a show calendar",
      "url": "/prox/appo/appointment/create",
      "icons": [
        {
          "src": "/img/icons/shortcut-add.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Search Patients",
      "short_name": "Search Patients",
      "description": "Search for the patients",
      "url": "/prox/pat/patient",
      "icons": [
        {
          "src": "/img/icons/shortcut-patients.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "categories": ["cloud", "productivity"],
  "prefer_related_applications": false
}
