ui: Readd previous manifest

This commit is contained in:
nemunaire 2023-01-18 17:15:17 +01:00
parent f7ce74d507
commit cc2583aa85
1 changed files with 26 additions and 0 deletions

26
ui/static/manifest.json Normal file
View File

@ -0,0 +1,26 @@
{
"background_color": "#343a40",
"theme_color": "#1cb487",
"description": "Finaly a simple interface for domain names.",
"display": "fullscreen",
"icons": [
{
"src": "/img/icons/apple-touch-icon-180x180.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "/img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"name": "happyDomain",
"short_name": "happyDomain",
"start_url": "/"
}