mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 03:05:07 +08:00
16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"name": "Fes.js",
|
|
"short_name": "Fes",
|
|
"description": "一套好用的前端解决方案",
|
|
"start_url": "./index.html",
|
|
"display": "standalone",
|
|
"background_color": "#fff",
|
|
"theme_color": "#3eaf7c",
|
|
"icons": [
|
|
{
|
|
"src": "./logo.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |