pyfedi/app/static/manifest.json

22 lines
492 B
JSON
Raw Normal View History

2023-07-27 21:22:12 -07:00
{
2023-11-29 20:39:13 -08:00
"name": "PieFed",
"short_name": "PieFed",
2023-07-27 21:22:12 -07: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-27 20:42:49 -08:00
"display": "minimal-ui",
2023-07-27 21:22:12 -07:00
"start_url": "/",
"scope": "/"
}