rubis/apps/landing/public/site.webmanifest
ordinarthur c590b489ef
All checks were successful
Build & Deploy Landing / build-and-deploy (push) Successful in 58s
change logo
2026-05-11 23:29:09 +02:00

33 lines
695 B
JSON

{
"name": "Rubis.",
"short_name": "Rubis",
"description": "Vos factures relancées toutes seules pendant que vous travaillez.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"lang": "fr-FR",
"theme_color": "#9F1239",
"background_color": "#FAF7F2",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}