All checks were successful
Build & Deploy Landing / build-and-deploy (push) Successful in 58s
33 lines
695 B
JSON
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"
|
|
}
|
|
]
|
|
}
|