mirror of https://git.tuxpa.in/a/code-server.git
14 lines
279 B
JSON
14 lines
279 B
JSON
|
{
|
||
|
"name": "code-server",
|
||
|
"short_name": "code-server",
|
||
|
"start_url": ".",
|
||
|
"display": "standalone",
|
||
|
"background-color": "#fff",
|
||
|
"description": "Run VS Code on a remote server.",
|
||
|
"icons": [{
|
||
|
"src": "static/code-server.png",
|
||
|
"sizes": "128x128",
|
||
|
"type": "image/png"
|
||
|
}]
|
||
|
}
|