{
  "name": "Travel Guides",
  "short_name": "Travel Guides",
  "description": "Travel Guides",
  "start_url": "/travel-guides/",
  "scope": "/travel-guides/",
  "id": "/travel-guides/",
  "display": "standalone",
  "theme_color": "hsl(0, 0%, 9%)",
  "background_color": "#101010",
  "icons": [
    {
      "src": "/wp-content/themes/remote-x-child/icons/travel-guides.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
        {
            "name": "Destinations",
            "short_name": "Destinations",
            "description": "Explore the destinations",
            "url": "/countries/", 
            "icons": [ { "src": "/wp-content/themes/remotex/icons/shortcut-icons/travel_explore.png", "sizes": "192x192", "type": "image/png" } ]
        },
        {
            "name": "Favorites",
            "short_name": "Favorites",
            "description": "Favorites",
            "url": "/favorites/",
            "icons": [
                {
                    "src": "/wp-content/themes/remotex/icons/shortcut-icons/favorite.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}