honey/public/config/manifest.json
2023-11-08 12:56:55 +01:00

15 lines
281 B
JSON

{
"name": "honey",
"short_name": "honey",
"description": "Nice and sweet place for all your self-hosted services",
"start_url": "/",
"background_color": "#000",
"display": "standalone",
"icons": [
{
"src": "img/icon.png",
"sizes": "192x192 256x256 512x512"
}
]
}