mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-04 18:15:21 +00:00
18 lines
405 B
JSON
18 lines
405 B
JSON
{
|
|
"name": "",
|
|
"short_name": "",
|
|
"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"
|
|
}
|