- 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.
14 lines
527 B
JSON
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" }
|
|
]
|
|
}
|