15 lines
411 B
JSON
15 lines
411 B
JSON
{
|
|
"name": "Budget Commun",
|
|
"short_name": "Budget",
|
|
"description": "Gestion du budget commun du couple",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0f0e0c",
|
|
"theme_color": "#0f0e0c",
|
|
"orientation": "portrait",
|
|
"icons": [
|
|
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
|
|
]
|
|
}
|