zed/crates/collab/static/site.webmanifest

19 lines
484 B
Text
Raw Normal View History

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