fes.js/manifest.webmanifest

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"
}
]
}