This commit is contained in:
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user