{
    "name": "Isle Cart",
    "short_name": "IsleCart",
    "description": "Empowering Caribbean Small Businesses with e-commerce solutions that build their brands locally and regionally. ",
    "start_url": "/index.html",  // The page to open when launching the app
    "display": "standalone",  // Makes the app run like a native app without a browser toolbar
    "background_color": "#ffffff",  // Background color of the app
    "theme_color": "#007BFF",  // Color of the header, address bar, etc.
    "icons": [
        {
            "src": "icons/path21.png",  // 192x192 icon for Android
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/path1.png",  // 512x512 icon for larger devices
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
