{
  "name": "Portfolio",
  "short_name": "Portfolio",
  "start_url": "/portfolio/",
  "scope": "/portfolio/", 
  "id": "/portfolio/", 
  "display": "standalone",
  "theme_color": "hsl(0, 0%, 9%)",
  "background_color": "#101010",
  "description": "My Photos",
  "icons": [
    {
      "src": "/wp-content/themes/remote-x-child/icons/portfolio.png",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest Work",
      "short_name": "Latest Work",
      "description": "Latest Work",
      "url": "/portfolio/latest-work/",
      "icons": [
        {
          "src": "/wp-content/themes/remotex/icons/shortcut-icons/gallery.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Flash Cards",
      "short_name": "Flash Cards",
      "description": "Photo Classes",
      "url": "/flash-cards/",
      "icons": [
        {
          "src": "/wp-content/themes/remotex/icons/shortcut-icons/camera.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Stories",
      "short_name": "My Stories",
      "description": "My Stories",
      "url": "/stories/",
      "icons": [
        {
          "src": "/wp-content/themes/remotex/icons/shortcut-icons/travel_explore.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}