flockstr/public/manifest.json

32 lines
597 B
JSON
Raw Permalink Normal View History

2023-10-14 23:04:21 -04:00
{
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"scope": "/",
2023-10-27 17:48:49 -04:00
"start_url": "/explore",
2023-10-14 23:04:21 -04:00
"name": "Flockstr",
"short_name": "Flockstr",
"icons": [
{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}