1
0
mirror of https://github.com/zedeus/nitter synced 2024-11-22 18:07:14 +01:00
nitter/public/site.webmanifest

20 lines
438 B
Plaintext
Raw Normal View History

2019-09-24 02:43:25 +02: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"
}
],
"theme_color": "#333333",
"background_color": "#333333",
"display": "standalone"
}