emis-frontend/public/manifest.json

43 lines
941 B
JSON
Raw Normal View History

2023-11-27 08:29:42 +00:00
{
2025-01-10 08:47:36 +00:00
"short_name": "Tanex56 EMIS",
"name": "Tanex56 EMIS",
2025-01-07 04:40:08 +00:00
"icons": [
{
2025-01-10 08:47:36 +00:00
"src": "/shorticon1.png",
"sizes": "122x118",
2025-01-07 04:40:08 +00:00
"type": "image/png"
}
2025-01-10 08:47:36 +00:00
],
"id": "/?source=pwa",
"start_url": "/?source=pwa",
"background_color": "#3367D6",
"display": "standalone",
"scope": "/",
"theme_color": "#3367D6",
"orientation": "portrait",
"shortcuts": [
{
"name": "Tanex56 EMIS",
"short_name": "Tanex56 EMIS",
"description": "Tanex56 EMIS is express system",
"url": "/?source=pwa",
"icons": [{ "src": "/shorticon1.png", "sizes": "122x118" }]
}
],
"description": "Tanex56 EMIS is express system",
"screenshots": [
{
"src": "/shorticon1.png",
"type": "image/png",
"sizes": "122x118",
"form_factor": "narrow"
},
{
"src": "/shorticon1.png",
"type": "image/png",
"sizes": "122x118",
"form_factor": "wide"
}
2025-01-07 04:40:08 +00:00
]
2023-11-27 08:29:42 +00:00
}