diff --git a/static/fav/android-chrome-192x192.png b/static/fav/android-chrome-192x192.png new file mode 100644 index 0000000..cb2c8ee Binary files /dev/null and b/static/fav/android-chrome-192x192.png differ diff --git a/static/fav/android-chrome-512x512.png b/static/fav/android-chrome-512x512.png new file mode 100644 index 0000000..be72f8d Binary files /dev/null and b/static/fav/android-chrome-512x512.png differ diff --git a/static/fav/apple-touch-icon.png b/static/fav/apple-touch-icon.png new file mode 100644 index 0000000..cf9a75e Binary files /dev/null and b/static/fav/apple-touch-icon.png differ diff --git a/static/fav/favicon-16x16.png b/static/fav/favicon-16x16.png new file mode 100644 index 0000000..f1ead37 Binary files /dev/null and b/static/fav/favicon-16x16.png differ diff --git a/static/fav/favicon-32x32.png b/static/fav/favicon-32x32.png new file mode 100644 index 0000000..f236dce Binary files /dev/null and b/static/fav/favicon-32x32.png differ diff --git a/static/fav/favicon.ico b/static/fav/favicon.ico new file mode 100644 index 0000000..d86277f Binary files /dev/null and b/static/fav/favicon.ico differ diff --git a/static/fav/site.webmanifest b/static/fav/site.webmanifest new file mode 100644 index 0000000..124ccac --- /dev/null +++ b/static/fav/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "strimertul", + "short_name": "strimertul", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#000000", + "background_color": "#000000", + "display": "standalone" +} diff --git a/themes/strimertul/layouts/partials/head.html b/themes/strimertul/layouts/partials/head.html index 462009f..ad2855b 100644 --- a/themes/strimertul/layouts/partials/head.html +++ b/themes/strimertul/layouts/partials/head.html @@ -18,4 +18,22 @@ } + + + +