mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
fdfed3d7db
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
19 lines
484 B
JSON
19 lines
484 B
JSON
{
|
||
"name": "Zed – a lightning fast, collaborative code editor written natively in Rust",
|
||
"short_name": "Zed",
|
||
"icons": [
|
||
{
|
||
"src": "/static/android-chrome-192x192.png",
|
||
"sizes": "192x192",
|
||
"type": "image/png"
|
||
},
|
||
{
|
||
"src": "/static/android-chrome-512x512.png",
|
||
"sizes": "512x512",
|
||
"type": "image/png"
|
||
}
|
||
],
|
||
"theme_color": "#000",
|
||
"background_color": "#000"
|
||
}
|