hrms-exam/cms/static/manifest.json
2023-04-04 12:39:11 +07:00

28 lines
No EOL
724 B
JSON

{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"name": "BMA Careers",
"short_name": "BMA Careers",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
"description": "กองสรรหาบุคคล",
"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"
}
]
}