19 lines
393 B
JSON
19 lines
393 B
JSON
|
|
{
|
||
|
|
"name": "Wasmeld Console",
|
||
|
|
"short_name": "Wasmeld",
|
||
|
|
"description": "WebAssembly Component Runtime management console",
|
||
|
|
"theme_color": "#173f35",
|
||
|
|
"background_color": "#f3f6f5",
|
||
|
|
"display": "standalone",
|
||
|
|
"start_url": "/",
|
||
|
|
"scope": "/",
|
||
|
|
"icons": [
|
||
|
|
{
|
||
|
|
"src": "/icon.svg",
|
||
|
|
"sizes": "any",
|
||
|
|
"type": "image/svg+xml",
|
||
|
|
"purpose": "any maskable"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|