{
    "name": "Library Survey - Đánh giá thư viện mới",
    "short_name": "Library Survey",
    "description": "PWA khảo sát đánh giá thư viện mới",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f5f7fb",
    "theme_color": "#2563eb",
    "lang": "vi",
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}