{ "id": "./", "name": "Créer un site dynamique ou une application web", "short_name": "Projet Web", "description": "Mini PWA pour clarifier les possibilités entre site vitrine, site dynamique, application web et PWA.", "start_url": "./", "scope": "./", "display": "standalone", "orientation": "portrait-primary", "background_color": "#f3f4f6", "theme_color": "#111827", "categories": ["education", "productivity", "utilities"], "icons": [ { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }, { "src": "icons/maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }, { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ] }