hexo/source/manifest.json

47 lines
1.2 KiB
JSON

{
"name": "string",
"short_name": "Junzhou",
"theme_color": "#49b1f5",
"background_color": "#49b1f5",
"display": "standalone",
"scope": "/",
"start_url": "/",
"icons": [
{
"src": "images/pwaicons/36.png",
"sizes": "36x36",
"type": "image/png"
},
{
"src": "images/pwaicons/48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "images/pwaicons/72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "images/pwaicons/96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "images/pwaicons/144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "https://s2.loli.net/2023/04/08/9cyrqhQfZsTRPeI.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://s2.loli.net/2023/04/08/L879EoSpbiCYzIT.png",
"sizes": "512x512",
"type": "image/png"
}
],
"splash_pages": null
}