mirror of https://github.com/pixelfed/pixelfed
Merge pull request #748 from Simounet/feature/web-app-manifest
manifest.json added for webapp declarationpull/797/head
commit
10ac905887
@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue