Implement new structure
This commit is contained in:
BIN
src/browser/media/code-server.png
Normal file
BIN
src/browser/media/code-server.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
BIN
src/browser/media/favicon.ico
Normal file
BIN
src/browser/media/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
13
src/browser/media/manifest.json
Normal file
13
src/browser/media/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "code-server",
|
||||
"short_name": "code-server",
|
||||
"start_url": "../../../..",
|
||||
"display": "fullscreen",
|
||||
"background-color": "#fff",
|
||||
"description": "Run editors on a remote server.",
|
||||
"icons": [{
|
||||
"src": "./code-server.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user