diff --git a/_includes/head.html b/_includes/head.html index 47f9c4c..2c1a71d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,6 +3,11 @@ + + + + + diff --git a/favicon-96x96.png b/favicon-96x96.png new file mode 100644 index 0000000..63250fe Binary files /dev/null and b/favicon-96x96.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..5a2030b Binary files /dev/null and b/favicon.ico differ diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..433ed4c --- /dev/null +++ b/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..ccf313a --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "MyWebSite", + "short_name": "MySite", + "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..15703c8 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..0e073d5 Binary files /dev/null and b/web-app-manifest-512x512.png differ