{
    "short_name": "VistaWeb",
    "name": "VistaWeb: Get Connected, Stay Informed",
    "description": "A Vistaprint employee portal for documentation and other valuable resource points192",
    "icons": [
      {
        "src": "/assets/images/icons-192.png",
        "type": "image/png",
        "sizes": "192x192"
      },
      {
        "src": "/assets/images/icons-512.png",
        "type": "image/png",
        "sizes": "512x512"
      }
    ],
    "start_url": "/dashboard",
    "background_color": "#3367D6",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#3367D6",
    "shortcuts": [
      {
        "name": "VistaWeb Recent Updates",
        "short_name": "Recent Updates",
        "description": "Recent Updates at Vistaprint",
        "url": "search?Category=Recent%20Updates%20and%20Communications",
        "icons": [{ "src": "/assets/images/updates-192.png", "sizes": "192x192" }]
      },
      {
        "name": "VistaWeb Local Upcoming Events",
        "short_name": "Upcoming Events",
        "description": "The latest on upcoming events for your local facility.",
        "url": "/tomorrow?source=pwa",
        "icons": [{ "src": "/assets/images/events-192.png", "sizes": "192x192" }]
      }
    ]
  }