web manifest and meta tag

This commit is contained in:
HB9HIL
2023-11-02 20:58:40 +01:00
parent 36ab996848
commit 827dfdb152
2 changed files with 22 additions and 1 deletions

17
manifest.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "Cloudlog",
"short_name": "Cloudlog",
"theme_color": "#2571fb",
"background_color": "#ffffff",
"display": "standalone",
"orientation": "portrait",
"scope": ".",
"start_url": "/",
"icons": [
{
"src": "CloudLog_logo.png",
"type": "image/png",
"sizes": "144x144"
}
]
}