Updates
CI / Build & Test (push) Has been cancelled

This commit is contained in:
Raven Scott
2026-07-27 00:06:23 -04:00
parent 515b946cc9
commit 480f98b595
109 changed files with 1413 additions and 37 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"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"
}