{
    "name": "Bredmosewebdesign",
    "short_name": "BWD",
    "start_url": "./index.html",
    "id": "./index.html",
    "display": "standalone",
    "background_color": " #0000ff",
    "theme_color": "#0000ff",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "./Img/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },

        {
            "src": "./Img/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png"  
        }
    ]
}