mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-07-04 17:01:45 +02:00
25 lines
557 B
JSON
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": "/"
|
|
}
|