diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 84b4fba..694df51 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/favicon-96x96.png b/favicon-96x96.png new file mode 100644 index 0000000..4ca2e9c Binary files /dev/null and b/favicon-96x96.png differ diff --git a/favicon.ico b/favicon.ico index 3680749..3b4647a 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/favicon.png b/favicon.png index 2c88a9a..2004a19 100644 Binary files a/favicon.png and b/favicon.png differ diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..d5cade9 --- /dev/null +++ b/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/site.webmanifest b/site.webmanifest index b20abb7..40028d1 100644 --- a/site.webmanifest +++ b/site.webmanifest @@ -1,19 +1,21 @@ { - "name": "", - "short_name": "", - "icons": [ - { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ], - "theme_color": "#ffffff", - "background_color": "#ffffff", - "display": "standalone" -} + "name": "Délégation étudiante", + "short_name": "Délégation étudiante", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/templates/page.tmpl b/templates/page.tmpl index 91dadab..b1e1503 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -13,12 +13,12 @@ - - - - - - + + + + + + diff --git a/web-app-manifest-192x192.png b/web-app-manifest-192x192.png new file mode 100644 index 0000000..43c3247 Binary files /dev/null and b/web-app-manifest-192x192.png differ diff --git a/web-app-manifest-512x512.png b/web-app-manifest-512x512.png new file mode 100644 index 0000000..2dd5b15 Binary files /dev/null and b/web-app-manifest-512x512.png differ