update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-26 22:13:12 +08:00
parent 3d91194116
commit 70773342f7
3 changed files with 54 additions and 25 deletions

View File

@ -1,22 +1,51 @@
{
"name": "It's me, 186526!",
"short_name": "186526.xyz",
"lang": "zh-CN",
"start_url": "/",
"display": "standalone",
"theme_color": "#00bdff",
"background_color": "#121212",
"icons": [
{
"src": "./maskable.png",
"sizes": "1269x1269",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "./avatar.webp",
"sizes": "512x512",
"type": "image/webp"
}
]
"name": "It's me, 186526!",
"short_name": "186526.xyz",
"lang": "zh-CN",
"start_url": "/",
"display": "standalone",
"theme_color": "#00bdff",
"background_color": "#121212",
"icons": [
{
"src": "./maskable.png",
"sizes": "1269x1269",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./avatar.webp",
"sizes": "512x512",
"type": "image/webp"
}
],
"shortcuts": [
{
"name": "Blog",
"short_name": "Blog",
"description": "Go to check my blog",
"url": "/goto/blog",
"icons": [
{
"src": "/assets/hexo.svg",
"sizes": "500x500"
}
]
}
],
"screenshots": [
{
"src": "./assets/og.png",
"sizes": "863x451",
"type": "image/webp",
"form_factor": "wide",
"label": "Homescreen of it."
},
{
"src": "./assets/og.png",
"sizes": "863x451",
"type": "image/webp",
"label": "Homescreen of it."
}
]
}