hyperhive/frontend/packages/swarm-ui/src/manifest.webmanifest
iris 1353bea7e1 swarm-ui: PWA follow-ups from review
- manifest.webmanifest: mara — "name should be hyperhive", was
  "hyperhive swarm".
- sw.js: argus — cache-write path didn't check response.ok before
  caching; an error response would get served back as if it were the
  real asset on the next offline/failed fetch.
2026-09-12 11:30:20 +02:00

14 lines
527 B
JSON

{
"name": "hyperhive",
"short_name": "swarm",
"description": "Swarm-level operator UI — agent roster, hives, jobs, issues across the swarm.",
"start_url": "/",
"display": "standalone",
"background_color": "#1e1e2e",
"theme_color": "#cba6f7",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
{ "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
]
}