diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..a72cd2f Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/favicon-96x96.png b/favicon-96x96.png new file mode 100644 index 0000000..b4c21b3 Binary files /dev/null and b/favicon-96x96.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..204261f Binary files /dev/null and b/favicon.ico differ diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..4ac49ef --- /dev/null +++ b/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 07b4bee..9497c78 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,17 @@ + + + + + + + + + + + Nicholas Ward diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..d8617dc --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "uuard", + "short_name": "w", + "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/web-app-manifest-192x192.png b/web-app-manifest-192x192.png new file mode 100644 index 0000000..87f914b 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..c5d57fb Binary files /dev/null and b/web-app-manifest-512x512.png differ