Add missing PWA icon (#1060)
- Copy old icon back into repository - Update path to icon from manifest file - Add link metadata tag for iOS PWA icon to workbench.html - Add link metadata tag for iOS PWA icon to login page
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
<title>Authenticate: code-server</title>
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
||||
<link rel="manifest" href="./manifest.json">
|
||||
<link rel="apple-touch-icon" href="./static/out/vs/server/src/media/code-server.png" />
|
||||
<link href="./static/out/vs/server/src/media/login.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
BIN
src/media/code-server.png
Normal file
BIN
src/media/code-server.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@ -6,8 +6,8 @@
|
||||
"background-color": "#fff",
|
||||
"description": "Run VS Code on a remote server.",
|
||||
"icons": [{
|
||||
"src": "static/code-server.png",
|
||||
"sizes": "128x128",
|
||||
"src": "./static/out/vs/server/src/media/code-server.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
}]
|
||||
}
|
||||
|
Reference in New Issue
Block a user