fedi-admin-guide/public/manifest.json

16 lines
299 B
JSON

{
"name": "The bubs guide to fediverse",
"short_name": "The bubs guide to fediverse",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/favicon.svg",
"sizes": "512x512"
}
]
}