kundenkarte/manifest.json
data 50ae4e4a08 fix(pwa): Terminal-Ausrichtung, gebündelte Pfeile, Block-Value Größe
- Gebündelte Terminals: Pfeil jetzt in Zeile 2/4 statt Label-Zeile
- Terminal-Punkte mit CSS-Klassen terminal-row-top/bottom
- Equipment-Block-Value auf 8px verkleinert
- Grid gap auf 0 für kompaktere Darstellung
- Service Worker v6.1

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-04 08:34:17 +01:00

27 lines
661 B
JSON
Executable file

{
"name": "KundenKarte Dokumentation",
"short_name": "KundenKarte",
"description": "Schaltschrank-Dokumentation für Elektriker - Felder, Hutschienen, Automaten erfassen",
"start_url": "./pwa.php",
"scope": "./",
"display": "standalone",
"orientation": "portrait",
"background_color": "#1a1a2e",
"theme_color": "#3498db",
"icons": [
{
"src": "img/pwa-icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "img/pwa-icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["business", "productivity", "utilities"],
"lang": "de-DE"
}