{
  "name": "Vacation Pet",
  "short_name": "VacationPet",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fff",
  "theme_color": "#fff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/wp-content/themes/vacation-pet/assets/pwa/vp-logo-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/wp-content/themes/vacation-pet/assets/pwa/vp-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/wp-content/themes/vacation-pet/assets/pwa/splash.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ]
}