Archived
1
0

Merge branch 'restructure'

This commit is contained in:
Asher
2020-02-18 13:30:26 -06:00
5 changed files with 90 additions and 18 deletions

View File

@ -1,13 +1,13 @@
{
"name": "code-server",
"short_name": "code-server",
"start_url": "../../../..",
"start_url": "{{BASE}}",
"display": "fullscreen",
"background-color": "#fff",
"description": "Run editors on a remote server.",
"icons": [
{
"src": "./code-server.png",
"src": "{{BASE}}/static-{{COMMIT}}/src/browser/media/code-server.png",
"sizes": "384x384",
"type": "image/png"
}