/app
  ├─ index.html
  ├─ manifest.webmanifest    ← (ou manifest.json si tu préfères)
  ├─ service-worker.js
  └─ /icons
       ├─ icon-48.png
       ├─ icon-72.png
       ├─ icon-96.png
       ├─ icon-144.png
       ├─ icon-180.png        ← iOS
       ├─ icon-192.png        ← Android
       ├─ icon-256.png
       ├─ icon-384.png
       ├─ icon-512.png        ← Play/A2HS
       └─ maskable-512.png    ← optionnel mais top pour Android (maskable)
