32 lines
740 B
Text
32 lines
740 B
Text
|
|
{
|
||
|
|
"name": "devvm breakglass",
|
||
|
|
"short_name": "breakglass",
|
||
|
|
"description": "Emergency recovery console for the devvm — chat with a repair agent or power-cycle the VM directly.",
|
||
|
|
"start_url": "./",
|
||
|
|
"scope": "./",
|
||
|
|
"display": "standalone",
|
||
|
|
"orientation": "portrait",
|
||
|
|
"background_color": "#06080b",
|
||
|
|
"theme_color": "#06080b",
|
||
|
|
"icons": [
|
||
|
|
{
|
||
|
|
"src": "./icon.svg",
|
||
|
|
"type": "image/svg+xml",
|
||
|
|
"sizes": "any",
|
||
|
|
"purpose": "any maskable"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "./icon-192.png",
|
||
|
|
"type": "image/png",
|
||
|
|
"sizes": "192x192",
|
||
|
|
"purpose": "any maskable"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "./icon-512.png",
|
||
|
|
"type": "image/png",
|
||
|
|
"sizes": "512x512",
|
||
|
|
"purpose": "any maskable"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|