mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
ab8204368c
Over time, I think we may end up having multiple services, so it seems like a good opportunity to name this one more specifically while the cost is low. It just seems like naming it "zed" and "zed-server" leaves it a bit open ended.
18 lines
484 B
JSON
18 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"
|
||
}
|