{
  "name": "Goliath OS — Field",
  "short_name": "Goliath",
  "description": "Field tech app — stops, scans, forms, close-out, offline-first.",
  "start_url": "/t/today",
  "id": "/t/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#1F2328",
  "theme_color": "#FF6A00",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/brand/mark-typographic-tight.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/brand/mark-typographic-light.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/brand/mark-typographic-light.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/brand/mark-monochrome.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/brand/mark-monochrome.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "url": "/t/today",
      "description": "Route-optimized stops for today",
      "icons": [{ "src": "/brand/mark-monochrome.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "url": "/t/schedule?scope=today&view=list",
      "description": "Today's stops and upcoming visits",
      "icons": [{ "src": "/brand/mark-monochrome.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "url": "/t/tasks",
      "description": "Open tasks due today",
      "icons": [{ "src": "/brand/mark-monochrome.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/t/messages",
      "description": "Team and customer chat",
      "icons": [{ "src": "/brand/mark-monochrome.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Scan",
      "short_name": "Scan",
      "url": "/t/scan",
      "description": "Scan QR / barcode / part",
      "icons": [{ "src": "/brand/mark-monochrome.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Diagnose",
      "short_name": "Diagnose",
      "url": "/t/diagnose",
      "description": "Symptom-to-cause from manuals",
      "icons": [{ "src": "/brand/mark-monochrome.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "screenshots": [
    {
      "src": "/brand/mark-typographic-light.svg",
      "sizes": "1170x2532",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Today's stops"
    }
  ]
}
