Files
Remote-Terminal-for-MeshCore/frontend/dist/site.webmanifest
T
2026-01-10 01:19:36 -08:00

24 lines
556 B
JSON

{
"name": "MCTerm - MeshCore Terminal",
"short_name": "MCTerm",
"description": "Web interface for MeshCore mesh radio networks",
"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": "/"
}