feat(frontend): add PWA support with manifest, service worker, and audio processing features
This commit is contained in:
17
meshchatx/src/frontend/public/manifest.json
Normal file
17
meshchatx/src/frontend/public/manifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user