{
  "id": "/service-manager/",
  "name": "Service Manager | The Service Bench",
  "short_name": "Service Manager",
  "description": "Manage customers, estimates, invoices, work orders, technicians, pricing, and JobScope through The Service Bench.",
  "start_url": "/service-manager/?source=windows-app",
  "scope": "/service-manager/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#f4f7f8",
  "theme_color": "#123447",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {"src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable"},
    {"src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
  ],
  "shortcuts": [
    {"name": "Open Service Manager", "short_name": "Open", "url": "/service-manager/?source=windows-shortcut", "icons": [{"src": "icon-192.png", "sizes": "192x192", "type": "image/png"}]}
  ]
}