export default function manifest() { return { name: 'N3WT School', short_name: 'N3WT School', description: "Gestion de l'école", start_url: '/', display: 'standalone', background_color: '#f0fdf4', theme_color: '#10b981', orientation: 'portrait', icons: [ { src: '/icons/icon.svg', sizes: 'any', type: 'image/svg+xml', purpose: 'any', }, { src: '/icons/icon.svg', sizes: 'any', type: 'image/svg+xml', purpose: 'maskable', }, ], }; }