mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-07-06 18:01:22 +02:00
24 lines
556 B
JSON
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": "/"
|
|
} |