{
  "name": "FTL - Field Technician Logic",
  "short_name": "FTL",
  "description": "FastBridge Fiber field technician scheduling and workflow management",
  "start_url": "/saf/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/saf/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/saf/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Tech View",
      "short_name": "Tech",
      "description": "View technician schedule and jobs",
      "url": "/saf/?view=tech",
      "icons": []
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "View daily schedule calendar",
      "url": "/saf/?view=day",
      "icons": []
    }
  ]
}
