pyfedi/app/static/site.webmanifest
2023-07-28 16:22:12 +12:00

21 lines
492 B
JSON

{
"name": "PyFedi",
"short_name": "PyFedi",
"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",
"display": "standalone",
"start_url": "/",
"scope": "/"
}