{
    "name": "Nathan McCarter Concepts",
    "short_name": "NMC",
    "icons": [
        {
            "src": " . asset('images\/touch\/web-app-manifest-192x192.png')->uri() . ",
            "sizes": "192x192",
            "type": "image\/png",
            "purpose": "maskable"
        },
        {
            "src": " . asset('images\/touch\/web-app-manifest-512x512.png')->uri() . ",
            "sizes": "512x512",
            "type": "image\/png",
            "purpose": "maskable"
        }
    ],
    "theme_color": "#E4E8E0",
    "background_color": "#E4E8E0",
    "display": "standalone"
}