Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/src/browser/media/manifest.json

16 lines
354 B
JSON
Raw Normal View History

2020-02-04 13:27:46 -06:00
{
"name": "code-server",
"short_name": "code-server",
"start_url": "{{BASE}}",
2020-02-04 13:27:46 -06:00
"display": "fullscreen",
"background-color": "#fff",
"description": "Run editors on a remote server.",
2020-02-14 19:46:00 -05:00
"icons": [
{
2020-02-18 13:30:26 -06:00
"src": "{{BASE}}/static-{{COMMIT}}/src/browser/media/code-server.png",
2020-02-14 19:46:00 -05:00
"sizes": "384x384",
"type": "image/png"
}
]
2020-02-04 13:27:46 -06:00
}