pyfedi/app/static/site.webmanifest

22 lines
492 B
Text
Raw Normal View History

2023-07-28 16:22:12 +12:00
{
2023-11-30 17:39:13 +13:00
"name": "PieFed",
"short_name": "PieFed",
2023-07-28 16:22:12 +12:00
"icons": [
{
"src": "/static/images/logo_square_192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/images/logo_square_512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#007BBF",
"background_color": "#ffffff",
2024-02-05 08:00:25 +13:00
"display": "minimal-ui",
2023-07-28 16:22:12 +12:00
"start_url": "/",
"scope": "/"
}