mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "Multi Roomba Rover",
|
|
"short_name": "MRR",
|
|
"description": "Remote driving interface for the MultiRoomba Rover fleet.",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#000000",
|
|
"theme_color": "#020617",
|
|
"icons": [
|
|
{
|
|
"src": "/bitmap.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
}
|
|
]
|
|
}
|