16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"name": "code-server",
|
|
"short_name": "code-server",
|
|
"start_url": "{{BASE}}",
|
|
"display": "fullscreen",
|
|
"background-color": "#fff",
|
|
"description": "Run editors on a remote server.",
|
|
"icons": [
|
|
{
|
|
"src": "{{BASE}}/static-{{COMMIT}}/src/browser/media/code-server.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|