This commit is contained in:
BIN
vscode-server-linux-x64-web/resources/server/code-192.png
Normal file
BIN
vscode-server-linux-x64-web/resources/server/code-192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
vscode-server-linux-x64-web/resources/server/code-512.png
Normal file
BIN
vscode-server-linux-x64-web/resources/server/code-512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
BIN
vscode-server-linux-x64-web/resources/server/favicon.ico
Normal file
BIN
vscode-server-linux-x64-web/resources/server/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
20
vscode-server-linux-x64-web/resources/server/manifest.json
Normal file
20
vscode-server-linux-x64-web/resources/server/manifest.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Visual Studio Code",
|
||||
"short_name": "Code",
|
||||
"start_url": "/",
|
||||
"lang": "en-US",
|
||||
"display": "standalone",
|
||||
"display_override": ["window-controls-overlay"],
|
||||
"icons": [
|
||||
{
|
||||
"src": "code-192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "code-512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user