pixelfed/public/manifest.json
Kirk Strauser 5d263d1c2e
PixelFed -> Pixelfed
There was a remaining mix of capital-F "PixelFed" occurrences. This
changes everything to the same capitalization, "Pixelfed", for
consistency.
2019-06-05 18:21:19 -07:00

21 lines
398 B
JSON

{
"name": "Pixelfed",
"short_name": "Pixelfed",
"start_url": ".",
"display": "standalone",
"background_color": "#f5f8fa",
"description": "Federated Image Sharing",
"icons": [
{
"src": "img/favicon.png",
"type": "image/png",
"sizes": "153x152"
},
{
"src": "img/pixelfed-icon-color.svg",
"type": "image/svg",
"sizes": "50x50"
}
]
}