feat(frontend): add PWA support with manifest, service worker, and audio processing features

This commit is contained in:
2026-01-02 18:20:18 -06:00
parent 22bacfd944
commit eeae2a9821
36 changed files with 17924 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "MeshChat",
"short_name": "MeshChat",
"description": "A simple mesh network communications app powered by the Reticulum Network Stack.",
"scope": "/",
"start_url": "/",
"icons": [
{
"src": "/favicons/favicon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"display": "standalone",
"theme_color": "#FFFFFF",
"background_color": "#FFFFFF"
}