{
    "name": "Diamond-Beauty",
    "short_name": "Diamond-Beauty",
    "start_url": "http://localhost/DiamondBeauty/",
    "display": "standalone",
    "theme_color": "#00897B",
    "background_color": "#FFFFFF",
    "icons": [
        {
            "src": "./icon/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "description": "My Progressive Web App",
    "scope": "http://localhost/DiamondBeauty/",
    "serviceworker": {
        "src": "service-worker.js"
    }
}