Switch accent color from purple to green, add JetBrains Mono font, and unify light/dark palettes into a single dark theme.
24 lines
496 B
JSON
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"
|
|
}
|
|
]
|
|
}
|