93747e4a04
Favicons :
- favicon.svg (scalable, navigateurs modernes)
- favicon.ico (16/32/48px, compatibilité universelle)
- favicon-{16,32,48,96,180,192,512}.png
- favicon-180.png pour apple-touch-icon
- site.webmanifest pour PWA / ajout écran d'accueil Android
- Couleurs Gruvbox : fond #282828, accent orange, LED verte
Tuile :
- g-val : min-width + white-space:nowrap (RAM 3.0Go/5.8Go ne déborde plus)
- tile-foot : justify-content:space-between + tile-foot-info wrapper
(corbeille alignée en bas à droite)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
395 B
JSON
14 lines
395 B
JSON
{
|
|
"name": "Nanometrics",
|
|
"short_name": "Nanometrics",
|
|
"description": "Tableau de bord de surveillance système",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#282828",
|
|
"theme_color": "#fe8019",
|
|
"icons": [
|
|
{ "src": "favicon-192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "favicon-512.png", "sizes": "512x512", "type": "image/png" }
|
|
]
|
|
}
|