zed/crates/server/static/site.webmanifest

19 lines
484 B
Plaintext
Raw Normal View History

2021-09-23 22:43:35 +03:00
{
2021-09-23 23:45:10 +03:00
"name": "Zed a lightning fast, collaborative code editor written natively in Rust",
"short_name": "Zed",
2021-09-23 22:43:35 +03:00
"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"
}