Files
gravity/ปรับปรุงเว็บไซต์โรงพยาบาล/manifest.json
T
2026-09-16 23:20:08 +07:00

22 lines
571 B
JSON

{
"name": "Koh Samui Hospital CMS",
"short_name": "SamuiHospital",
"description": "เว็บไซต์และระบบจัดการข้อมูลโรงพยาบาลเกาะสมุย",
"start_url": "/index.php",
"display": "standalone",
"background_color": "#e8fbf0",
"theme_color": "#056839",
"icons": [
{
"src": "assets/img/logo_MOPH.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/img/logo_MOPH.png",
"sizes": "512x512",
"type": "image/png"
}
]
}