Mobile-first Quasar PWA for field technicians at erp.gigafibre.ca/field/: - Multi-barcode scanner (photo + live + manual) with device lookup - Tasks page: today's Dispatch Jobs + assigned tickets - Diagnostic: speed test, HTTP resolve, batch service check - Device detail with customer linking - Offline support: IndexedDB queue, API cache, auto-sync - Standalone nginx container with Traefik StripPrefix + Authentik SSO Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
664 B
JSON
18 lines
664 B
JSON
{
|
|
"name": "Targo Field",
|
|
"short_name": "Field",
|
|
"description": "Targo Field Technician App",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#0f172a",
|
|
"start_url": ".",
|
|
"icons": [
|
|
{ "src": "icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" },
|
|
{ "src": "icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "icons/icon-256x256.png", "sizes": "256x256", "type": "image/png" },
|
|
{ "src": "icons/icon-384x384.png", "sizes": "384x384", "type": "image/png" },
|
|
{ "src": "icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" }
|
|
]
|
|
}
|