mirror of https://git.tuxpa.in/a/code-server.git
14 lines
305 B
JSON
14 lines
305 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/out/vs/server/src/media/code-server.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
}]
|
|
}
|