Archived
1
0

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:
Adam Vernon
2019-10-07 10:55:02 -07:00
committed by Asher
parent 4290cffe3b
commit e1e3f32643
4 changed files with 6 additions and 4 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -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"
}]
}