diff --git a/WretchedMachines/Pages/Shared/_Layout.cshtml b/WretchedMachines/Pages/Shared/_Layout.cshtml index 99e16c0..a053274 100644 --- a/WretchedMachines/Pages/Shared/_Layout.cshtml +++ b/WretchedMachines/Pages/Shared/_Layout.cshtml @@ -7,6 +7,10 @@ + + + +
diff --git a/WretchedMachines/wwwroot/android-chrome-192x192.png b/WretchedMachines/wwwroot/android-chrome-192x192.png new file mode 100644 index 0000000..1492106 Binary files /dev/null and b/WretchedMachines/wwwroot/android-chrome-192x192.png differ diff --git a/WretchedMachines/wwwroot/android-chrome-512x512.png b/WretchedMachines/wwwroot/android-chrome-512x512.png new file mode 100644 index 0000000..2b70dfd Binary files /dev/null and b/WretchedMachines/wwwroot/android-chrome-512x512.png differ diff --git a/WretchedMachines/wwwroot/apple-touch-icon.png b/WretchedMachines/wwwroot/apple-touch-icon.png new file mode 100644 index 0000000..351431e Binary files /dev/null and b/WretchedMachines/wwwroot/apple-touch-icon.png differ diff --git a/WretchedMachines/wwwroot/favicon-16x16.png b/WretchedMachines/wwwroot/favicon-16x16.png new file mode 100644 index 0000000..33e4613 Binary files /dev/null and b/WretchedMachines/wwwroot/favicon-16x16.png differ diff --git a/WretchedMachines/wwwroot/favicon-32x32.png b/WretchedMachines/wwwroot/favicon-32x32.png new file mode 100644 index 0000000..f2c92a2 Binary files /dev/null and b/WretchedMachines/wwwroot/favicon-32x32.png differ diff --git a/WretchedMachines/wwwroot/favicon.ico b/WretchedMachines/wwwroot/favicon.ico index 63e859b..5721a79 100644 Binary files a/WretchedMachines/wwwroot/favicon.ico and b/WretchedMachines/wwwroot/favicon.ico differ diff --git a/WretchedMachines/wwwroot/site.webmanifest b/WretchedMachines/wwwroot/site.webmanifest new file mode 100644 index 0000000..afaf924 --- /dev/null +++ b/WretchedMachines/wwwroot/site.webmanifest @@ -0,0 +1 @@ +{"name":"Wretched Machines","short_name":"WretchedMachines","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"} \ No newline at end of file