Files
bridgeswarm-website/public/assets/favicons/site.webmanifest
T
2026-07-27 01:11:49 -04:00

21 lines
456 B
JSON

{
"name": "BridgeSwarm",
"short_name": "BridgeSwarm",
"description": "P2P Hyperswarm in the browser via native messaging host",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#2dd4bf",
"background_color": "#0c0c10",
"display": "standalone"
}