sillyspace/public/static/brand/site.webmanifest

33 lines
762 B
Text
Raw Permalink Normal View History

2026-06-04 02:59:03 +00:00
{
"name": "bliish.space",
"short_name": "bliish.space",
"description": "Bliish.space is an ultra-fast, lightweight, open-source social platform with customizable profiles, no ads, no tracking, and simple, affordable self-hosting.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#592aab",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml"
},
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/icon-1024.png",
"sizes": "1024x1024",
"type": "image/png"
}
]
}