mirror of
https://git.sr.ht/~ashkeel/strimertul-website
synced 2024-10-31 21:33:09 +00:00
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"name": "strimertul",
|
|
"short_name": "strimertul",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#000000",
|
|
"background_color": "#000000",
|
|
"display": "standalone"
|
|
}
|