{
  "name": "AMG Web Mail",
  "short_name": "AMG Mail",
  "description": "Installable AMG employee webmail access app.",
  "id": "/webmail-app",
  "start_url": "/webmail.html?app=1",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#c99664",
  "icons": [
    {
      "src": "dashboard/icons/amg-dashboard-icon-rounded-v7-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "dashboard/icons/amg-dashboard-icon-rounded-v7-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Mail",
      "short_name": "Mail",
      "description": "Open AMG Web Mail.",
      "url": "/webmail.html?app=1",
      "icons": [
        {
          "src": "dashboard/icons/amg-dashboard-icon-rounded-v7-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
