nitter/public/site.webmanifest
Eir Sunny 2a9c98fd0c
Some checks failed
Build and Publish Docker / build (push) Has been cancelled
Initial commit, my theme + changes
2024-12-17 21:21:34 -06:00

25 lines
573 B
JSON

{
"name": "Kitter",
"short_name": "Kitter",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#faaaab",
"background_color": "#faaaab",
"display": "standalone"
}