current branding

This commit is contained in:
Raven Scott
2026-05-30 21:01:31 -04:00
parent 841d814f13
commit 416c678471
101 changed files with 689 additions and 121 deletions
@@ -4,24 +4,23 @@
"description": "P2NS peer directory browser - Browse and search P2NS domains",
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"background_color": "#0a0e1a",
"theme_color": "#0a0e1a",
"orientation": "any",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
"src": "/favicon.ico",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/icon-192.png",
"src": "/branding/p2ns-favicon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"src": "/branding/p2ns-favicon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
@@ -30,4 +29,3 @@
"categories": ["utilities", "productivity"],
"lang": "en"
}