nitter/public/site.webmanifest

25 lines
573 B
Plaintext
Raw Permalink Normal View History

2019-09-24 00:43:25 +00:00
{
"name": "Nitter",
"short_name": "Nitter",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
2021-12-26 22:26:50 +00:00
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
2019-09-24 00:43:25 +00:00
}
],
"theme_color": "#333333",
"background_color": "#333333",
"display": "standalone"
}