Files
monie-landing/public/manifest.json
Denis Krylov 49b976c53f
Some checks failed
Deploy monie-landing (kaniko) / build-and-deploy (push) Failing after 9m46s
chore: initialize project
2026-04-04 22:13:10 +03:00

29 lines
572 B
JSON

{
"short_name": "Monie",
"name": "Monie — booking page for independent masters",
"icons": [
{
"src": "Logo.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "any"
},
{
"src": "favicon-light.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "any"
},
{
"src": "favicon-dark.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "any"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#4fb8b2",
"background_color": "#e7f3ec"
}