diff --git a/_includes/head.html b/_includes/head.html index 619a598..8927d5d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -11,25 +11,14 @@ - {% if site.mobile-icons %} - - - - - - - - - - - - - - - - - {% endif %} - - + + + + + + + + + diff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png new file mode 100644 index 0000000..4eed47f Binary files /dev/null and b/assets/apple-touch-icon.png differ diff --git a/assets/favicon-96x96.png b/assets/favicon-96x96.png new file mode 100644 index 0000000..dda2c20 Binary files /dev/null and b/assets/favicon-96x96.png differ diff --git a/assets/favicon.ico b/assets/favicon.ico index cc87122..88b497e 100644 Binary files a/assets/favicon.ico and b/assets/favicon.ico differ diff --git a/assets/favicon.svg b/assets/favicon.svg new file mode 100644 index 0000000..0a58e4b --- /dev/null +++ b/assets/favicon.svg @@ -0,0 +1,19 @@ + + + + + + image/svg+xml + + + + + + + + + + + \ No newline at end of file diff --git a/assets/site.webmanifest b/assets/site.webmanifest new file mode 100644 index 0000000..9266a64 --- /dev/null +++ b/assets/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "Transvasive", + "short_name": "T", + "icons": [ + { + "src": "/assets/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/assets/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/assets/web-app-manifest-192x192.png b/assets/web-app-manifest-192x192.png new file mode 100644 index 0000000..789be2a Binary files /dev/null and b/assets/web-app-manifest-192x192.png differ diff --git a/assets/web-app-manifest-512x512.png b/assets/web-app-manifest-512x512.png new file mode 100644 index 0000000..6c2cac4 Binary files /dev/null and b/assets/web-app-manifest-512x512.png differ