{
  "$comment": "Lithos DEFAULT/OFFICE PWA manifest — whole-app scope (card yx3JbF2B5K6C, 2026-08-22; id updated card PaB9_DOErsuq/F4, 2026-08-26). This is the manifest linked from index.html for every route EXCEPT /field/*, which swap to manifest.field.json (see useFieldManifest.ts) so field installs launch into the field app. Scope is / so the office app is installable from the homepage and owns the entire route tree (/, /lots, /jobs, …). 'id' is / (the office identity) with start_url:/ — the FIELD manifest carries id:/field so the two are DISTINCT PWA identities and an office install never lands a field worker in the desktop home (and vice versa). Pre-F4 field installs already carry id:/field and update from manifest.field.json, not this file.",
  "id": "/",
  "name": "Lithos",
  "short_name": "Lithos",
  "description": "Lithos — job, lot, inventory, and field operations for warehouse and jobsite teams.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/icon-72x72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96x96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Scan",      "short_name": "Scan",      "description": "Open the barcode scanner",      "url": "/field/scan" },
    { "name": "Inventory", "short_name": "Inventory", "description": "Search inventory",              "url": "/field/inventory" },
    { "name": "Lookup",    "short_name": "Lookup",    "description": "Search jobs, lots, and areas",  "url": "/field/lookup" }
  ]
}
