mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-06 22:47:37 +03:00
18 lines
409 B
JSON
18 lines
409 B
JSON
{
|
|
"name": "Quetre",
|
|
"short_name": "Quetre",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#0f0e15",
|
|
"background_color": "#0f0e15"
|
|
}
|