dolibarr.handybarcodescanner/manifest.json
data ad180db510 v4.6: Menü unter Produkte, bessere Barcode-Erkennung, Tab-Wechsel ohne Reload
- Menü aus Header entfernt, neuer Eintrag unter Produkte > Scanner
- Barcode-Erkennung: patchSize medium, grösserer Scan-Bereich, höhere Frequenz
- Timeout-Hinweis nach 8s wenn kein Barcode erkannt wird
- Tab-Wechsel (Order/Shop/Inventur) ohne Seitenreload, Kamera bleibt aktiv
- PWA: gleiche Tab-Logik, Buttons statt Links
- Changelog und README aktualisiert

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 17:54:13 +01:00

27 lines
604 B
JSON
Executable file

{
"name": "Barcode Scanner",
"short_name": "Scanner",
"description": "Barcode Scanner für Dolibarr - Bestellen, Shop-Links, Inventur",
"start_url": "./pwa.php",
"scope": "./",
"display": "standalone",
"orientation": "portrait",
"background_color": "#1d1e20",
"theme_color": "#0077b3",
"icons": [
{
"src": "img/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "img/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["business", "productivity"],
"lang": "de-DE"
}