{
  "name": "Zach Fox Photography",
  "short_name": "Zach Fox Photo",
  "start_url": "/",
  "scope": "/",
  "background_color": "#f1ead1",
  "theme_color": "#ff9012",
  "display": "standalone",
  "orientation": "any",
  "categories": [
    "photo",
    "entertainment",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icons/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo-orange-on-white-2023-08-29.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/images/logo-orange-on-white-2023-08-29-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Stories",
      "url": "/stories",
      "icons": [
        {
          "src": "/icons/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Portfolio",
      "url": "/portfolio",
      "icons": [
        {
          "src": "/icons/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Blog",
      "url": "/blog",
      "icons": [
        {
          "src": "/icons/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ]
}