diff --git a/favicon-192.png b/favicon-192.png new file mode 100644 index 00000000..eb385e64 Binary files /dev/null and b/favicon-192.png differ diff --git a/favicon-512.png b/favicon-512.png new file mode 100644 index 00000000..12e99e5c Binary files /dev/null and b/favicon-512.png differ diff --git a/manifest.json b/manifest.json index 29a76906..19fd5827 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,18 @@ { "name": "ProzillaOS", "short_name": "ProzillaOS", + "icons": [ + { + "src": "/favicon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/favicon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ], "theme_color": "#0d1114", "background_color": "#0d1114", "display": "standalone"