Add manifest

This commit is contained in:
Michał Gdula 2023-04-06 21:43:38 +00:00
parent 3dd29cbfb8
commit 5f4084d512
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"name": "OnlyLegs",
"short_name": "OnlyLegs",
"start_url": "/",
"display": "standalone",
"background_color": "#151515",
"theme_color": "#151515",
"description": "A gallery built for fast and simple image management!",
"icons": [
{
"src": "icon.png",
"sizes": "621x621",
"type": "image/png"
}
],
"splash_pages": null
}