1
0
Fork 0
This repository has been archived on 2024-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
bearlypassing/frontend/public/manifest.json
2024-09-27 11:17:53 +01:00

25 lines
496 B
JSON

{
"short_name": "Bearly Passing",
"name": "Bearly Passing Web App",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#983744",
"background_color": "#212529"
}