{
    "theme_color": "#ffffff",
    "background_color": "#004F6E",
    "icons": [
        {
            "src": "web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "purpose": "any",
            "sizes": "512x512", 
            "src": "web-app-manifest-512x512.png",
            "type": "image/png"
        }
    ],
    "orientation": "any",
    "display": "standalone",
    "dir": "auto",
    "lang": "en-GB",
    "name": "Not Just Travel",
    "short_name": "NJS",
    "scope": "https://notjusttravel.com/", 
    "start_url": "https://notjusttravel.com/",
    "description": "We're here to help create experiences you'll remember long after you've returned home."
}