add manifest.json with icon for home screen (closes #525)

This commit is contained in:
Henry Dollman
2025-02-05 20:27:23 -05:00
parent 1daf35406a
commit d7ada1b1c5
5 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "Beszel",
"icons": [
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "../",
"display": "standalone",
"background_color": "#202225",
"theme_color": "#202225"
}