safe.b68dev.xyz/public/icons/manifest.json

29 lines
631 B
JSON

{
"name": "safe.b68dev.xyz",
"short_name": "b68dev.xyz",
"description": "A keqw-like file uploading service that get you waifus.",
"background_color": "#232629",
"theme_color": "#232629",
"display": "standalone",
"lang": "en-US",
"orientation": "any",
"start_url": "/",
"icons": [
{
"src": "/icons/192pxr.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/384pxr.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/icons/512pxr.png",
"sizes": "512x512",
"type": "image/png"
}
]
}