Files
Remote-Terminal-for-MeshCore/frontend/dist/site.webmanifest
T
2026-01-10 12:20:46 -08:00

25 lines
557 B
JSON

{
"name": "remoteterm-meshcore",
"short_name": "remoteterm-meshcore",
"description": "Web interface for serial MeshCore radios",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#0a0a0a",
"background_color": "#0a0a0a",
"display": "standalone",
"start_url": "/",
"scope": "/"
}