frontend/public/manifest.json aktualisiert
This commit is contained in:
14
frontend/public/manifest.json
Normal file
14
frontend/public/manifest.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Dicken Dock",
|
||||
"short_name": "DickenDock",
|
||||
"description": "Dein modulares Tool-Dashboard",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"background_color": "#0d0d0f",
|
||||
"theme_color": "#0d0d0f",
|
||||
"icons": [
|
||||
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
|
||||
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user