emis-frontend/public/manifest.json

18 lines
369 B
JSON
Raw Normal View History

2023-11-27 08:29:42 +00:00
{
"short_name": "XDADAN",
"name": "XDADAN",
"description": "XDADAN 是一款适合多业务的云平台系统",
2025-01-07 04:40:08 +00:00
"start_url": "/",
2023-11-27 08:29:42 +00:00
"display": "standalone",
2025-01-07 04:40:08 +00:00
"theme_color": "#8888ff",
2023-11-27 08:29:42 +00:00
"background_color": "#FFFFFF",
2025-01-07 04:40:08 +00:00
"orientation": "portrait",
"icons": [
{
"src": "shorticon1.png",
"sizes": "256x256",
"type": "image/png"
}
]
2023-11-27 08:29:42 +00:00
}