mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-25 19:29:49 +00:00
19 lines
405 B
Text
19 lines
405 B
Text
|
{
|
||
|
"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"
|
||
|
}
|