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
314 B
JSON
Raw Normal View History

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