Files
travelplanning/frontend/public/manifest.json
T

19 lines
484 B
JSON

{
"name": "YoTrip - Khám phá chuyến đi",
"short_name": "YoTrip",
"description": "Chia sẻ ảnh du lịch và khám phá bản đồ cộng đồng",
"start_url": "/",
"display": "standalone",
"background_color": "#020617",
"theme_color": "#10b981",
"orientation": "portrait-primary",
"icons": [
{
"src": "/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"categories": ["travel", "social", "maps"]
}