honey/public/config/manifest.json

15 lines
282 B
JSON
Raw Normal View History

2023-11-08 12:51:20 +01:00
{
"name": "honey",
"short_name": "honey",
"description": "Nice and sweet place for all your self-hosted services",
"start_url": "/",
"background_color": "#000",
"display": "standalone",
"icons": [
{
2023-12-02 15:05:42 +01:00
"src": "/img/icon.png",
2023-11-08 12:51:20 +01:00
"sizes": "192x192 256x256 512x512"
}
]
}