Target a recent commit for VS Code
This is so we can try out the web worker extension host.
This commit is contained in:
13
src/media/manifest.json
Normal file
13
src/media/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user