{
    "id": "/",
    "name": "ERP App",
    "short_name": "ERP",
    "description": "ERP PWA",
    "theme_color": "#c6d8da",
    "background_color": "#c6d8da",
    "start_url": ".",
    "scope": "/",
    "display": "standalone",
    "lang": "zh-TW",
    "icons": [
        {
            "src": "icons/192.png",
            "sizes": "192x192"
        },
        {
            "src": "icons/512.png",
            "sizes": "512x512"
        }
    ]
}