{
  "id": "/",
  "name": "FieldCore \u2014 Industrial Field Service",
  "short_name": "FieldCore",
  "description": "QR-based industrial field service management with GPS tracking, maintenance logging, scheduling and client billing.",
  "start_url": "./login.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#0a0a0a",
  "theme_color": "#f59e0b",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='96' fill='%23f59e0b'/%3E%3Crect x='80' y='80' width='150' height='150' rx='16' fill='%23020617'/%3E%3Crect x='282' y='80' width='150' height='150' rx='16' fill='%23020617'/%3E%3Crect x='80' y='282' width='150' height='150' rx='16' fill='%23020617'/%3E%3Ccircle cx='357' cy='357' r='75' fill='%23020617'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='0' fill='%23f59e0b'/%3E%3Crect x='144' y='144' width='96' height='96' rx='10' fill='%23020617'/%3E%3Crect x='272' y='144' width='96' height='96' rx='10' fill='%23020617'/%3E%3Crect x='144' y='272' width='96' height='96' rx='10' fill='%23020617'/%3E%3Ccircle cx='320' cy='320' r='48' fill='%23020617'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "QR Scanner",
      "short_name": "Scan",
      "description": "Open the camera and scan a QR code",
      "url": "./scan.html",
      "icons": [{ "src": "icon-180.png", "sizes": "180x180" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the manager dashboard",
      "url": "./manager-dashboard.html",
      "icons": [{ "src": "icon-180.png", "sizes": "180x180" }]
    },
    {
      "name": "Technician App",
      "short_name": "Tech",
      "description": "Open the technician work app",
      "url": "./technician-app.html",
      "icons": [{ "src": "icon-180.png", "sizes": "180x180" }]
    },
    {
      "name": "Client Portal",
      "short_name": "Portal",
      "description": "Open the client portal",
      "url": "./client-portal.html",
      "icons": [{ "src": "icon-180.png", "sizes": "180x180" }]
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "share_target": {
    "action": "./scan.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "qr"
    }
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
