{ "//": "Web App Manifest — cho phép người dùng 'Thêm vào màn hình chính' trên điện thoại. ĐỔI name/short_name/theme_color theo thương hiệu của bạn.", "name": "XaiThu — Đánh giá sản phẩm", "short_name": "XaiThu", "description": "Đánh giá sản phẩm thật, test thật, so giá các sàn TMĐT.", "start_url": "/", "scope": "/", "display": "standalone", "orientation": "portrait", "lang": "vi", "background_color": "#ffffff", "theme_color": "#f97316", "icons": [ { "src": "/static/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/static/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/static/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ] }