hyperf/docs/manifest.json

17 lines
294 B
JSON
Raw Normal View History

2023-02-15 10:12:29 +08:00
{
"name": "Hyperf",
"short_name": "Hyperf",
"icons": [
{
2023-02-17 17:33:58 +08:00
"src": "/3.0/logo.png",
2023-02-15 10:12:29 +08:00
"sizes": "150x150",
"type": "image/png"
}
],
2023-02-15 11:30:59 +08:00
"start_url": "/3.0/",
2023-02-15 10:12:29 +08:00
"display": "standalone",
"background_color": "#fff",
"theme_color": "#3F51B5",
"splash_pages": null
}