1
0
Fork 0
pixelfed/public/manifest.json

21 lines
411 B
JSON
Raw Normal View History

{
"name": "Pixelfed",
"short_name": "Pixelfed",
2021-06-18 11:06:24 +00:00
"start_url": "/?source=pwa",
"display": "standalone",
"background_color": "#f5f8fa",
"description": "Federated Image Sharing",
"icons": [
{
"src": "img/favicon.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "img/pixelfed-icon-color.svg",
"type": "image/svg",
"sizes": "128x128"
}
]
}