Files
waste-go/web/public/manifest.json
Fredrik Johansson b649f4d012 Restyle web UI with terminal-green theme and monospace font
Switch accent color from purple to green, add JetBrains Mono font,
and unify light/dark palettes into a single dark theme.
2026-07-08 22:59:37 +02:00

24 lines
496 B
JSON

{
"name": "waste",
"short_name": "waste",
"description": "Decentralized friend-to-friend encrypted mesh networking",
"start_url": "/",
"display": "standalone",
"background_color": "#080808",
"theme_color": "#00e87a",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}