diff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png new file mode 100644 index 0000000..f1af9d5 Binary files /dev/null and b/assets/apple-touch-icon.png differ diff --git a/assets/icon-192x192.png b/assets/icon-192x192.png new file mode 100644 index 0000000..c279ee3 Binary files /dev/null and b/assets/icon-192x192.png differ diff --git a/assets/icon-256x256.png b/assets/icon-256x256.png new file mode 100644 index 0000000..9695464 Binary files /dev/null and b/assets/icon-256x256.png differ diff --git a/assets/icon-384x384.png b/assets/icon-384x384.png new file mode 100644 index 0000000..f7fe87b Binary files /dev/null and b/assets/icon-384x384.png differ diff --git a/assets/icon-512x512.png b/assets/icon-512x512.png new file mode 100644 index 0000000..8f96cdc Binary files /dev/null and b/assets/icon-512x512.png differ diff --git a/manifest.json b/manifest.json index e69de29..a5c371c 100644 --- a/manifest.json +++ b/manifest.json @@ -0,0 +1,32 @@ +{ + "theme_color": "#D87E27", + "background_color": "#041C32", + "display": "browser", + "scope": "/", + "start_url": "/", + "name": "d3vyce.fr", + "short_name": "d3vyce", + "description": "d3vyce personal website", + "icons": [ + { + "src": "/assets/icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/assets/icon-256x256.png", + "sizes": "256x256", + "type": "image/png" + }, + { + "src": "/assets/icon-384x384.png", + "sizes": "384x384", + "type": "image/png" + }, + { + "src": "/assets/icon-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} \ No newline at end of file