diff --git a/img/icon128.png b/img/icon128.png index 63a2853..a85865b 100644 Binary files a/img/icon128.png and b/img/icon128.png differ diff --git a/img/icon192.png b/img/icon192.png index 5837366..566f006 100644 Binary files a/img/icon192.png and b/img/icon192.png differ diff --git a/img/icon48.png b/img/icon48.png index ddbefd0..f872633 100644 Binary files a/img/icon48.png and b/img/icon48.png differ diff --git a/img/icon512.png b/img/icon512.png index 99e6288..08487d5 100644 Binary files a/img/icon512.png and b/img/icon512.png differ diff --git a/img/screenshot1.png b/img/screenshot1.png new file mode 100644 index 0000000..dbc327f Binary files /dev/null and b/img/screenshot1.png differ diff --git a/img/screenshot2.png b/img/screenshot2.png new file mode 100644 index 0000000..55bf05f Binary files /dev/null and b/img/screenshot2.png differ diff --git a/manifest.json b/manifest.json index 725e436..c2e13ce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "manifest_version": "3", - "name": "DevLille 2023", + "name": "DevLille 2025", "short_name": "devlille", "version": "3", "default_locale": "fr", - "description": "La conférence GDG Lille", + "description": "Deux journées de conférences tech enrichies d'une dimension humaine et environnementale", "icons": [{ "src": "/img/icon48.png", "sizes": "48x48", @@ -22,9 +22,23 @@ "sizes": "512x512", "type": "image/png" }], + "screenshots": [ + { + "src": "/img/screenshot1.png", + "type": "image/png", + "sizes": "540x720", + "form_factor": "narrow" + }, + { + "src": "/img/screenshot2.jpg", + "type": "image/jpg", + "sizes": "898x540", + "form_factor": "wide" + } + ], "author": "Angela P. Ricci", "display": "minimal-ui", "start_url": "/index.html", "background_color": "#191919", - "theme_color": "#E6147C" + "theme_color": "#00A6E8" }