{
  "name": "P&C Field Pro — Protection & Control Assistant",
  "short_name": "P&C Field",
  "description": "Field assistant for Protection & Control technicians and engineers. CT/VT calculators, commissioning checklists, relay quick reference, and offline notes.",
  "id": "/?source=pwa",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "business"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "CT/VT Calculator", "short_name": "CT/VT", "url": "/app/calculator", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Checklist", "short_name": "Checklist", "url": "/app/checklist", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Relay Reference", "short_name": "Relays", "url": "/app/reference", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Notes", "short_name": "Notes", "url": "/app/notes", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
