Anzeige-Name ueberall umgestellt: - index.html title, Login-H1, TopNav, SuperAdmin-Header - Mail-Subject, HTML-Body, Default-MAIL_FROM - PWA Manifest name (short_name: Dockly-Pfand wegen Laengen-Limit)
15 lines
468 B
JSON
15 lines
468 B
JSON
{
|
|
"name": "Dockly-Pfandsystem",
|
|
"short_name": "Dockly-Pfand",
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"background_color": "#f8fafc",
|
|
"theme_color": "#051e23",
|
|
"description": "Digitale Pfand- und Tourenverwaltung",
|
|
"icons": [
|
|
{ "src": "pfandlogo.png", "sizes": "1000x1000", "type": "image/png" },
|
|
{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
|
|
]
|
|
}
|