Files
calculatrice/public/manifest.json
T
Puechberty Arthur 68f382d8dd first commit
2026-03-30 20:36:20 +02:00

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"
}
]
}