mirror of
https://github.com/caty21/forex-dashboard.git
synced 2026-07-27 20:37:45 +00:00
49feaf4465
app/icon.png + app/apple-icon.png (convention Next.js, auto-génère les balises <link>), manifest.json PWA mis à jour vers les mêmes PNG. Supprime les anciens SVG placeholder devenus orphelins. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
25 lines
582 B
JSON
25 lines
582 B
JSON
{
|
|
"name": "Forex Macro Dashboard",
|
|
"short_name": "FX Dashboard",
|
|
"description": "Tableau de bord macroéconomique Forex — 8 devises majeures",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#090e1a",
|
|
"theme_color": "#090e1a",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|