mirror of
https://github.com/arthur-pbty/calculatrice.git
synced 2026-06-15 08:12:47 +02:00
27 lines
666 B
JSON
27 lines
666 B
JSON
{
|
|
"name": "Calculatrice en ligne gratuite",
|
|
"short_name": "Calculatrice",
|
|
"description": "Calculatrice en ligne gratuite : mode simple et scientifique, historique, thème sombre.",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#f0f2f5",
|
|
"theme_color": "#4f46e5",
|
|
"orientation": "portrait-primary",
|
|
"categories": ["utilities", "education"],
|
|
"lang": "fr",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|