hrms-exam/cms/static/manifest.json

28 lines
724 B
JSON
Raw Normal View History

2023-03-14 13:47:44 +07:00
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
2023-04-04 12:39:11 +07:00
"name": "BMA Careers",
"short_name": "BMA Careers",
2023-03-14 13:47:44 +07:00
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
2023-04-04 12:39:11 +07:00
"description": "กองสรรหาบุคคล",
2023-03-14 13:47:44 +07:00
"icons": [
{
"src": "images/pwa-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/pwa-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=cheeaun.hackerweb"
}
]
}