diff --git a/static/images/apple-touch-icon.png b/static/images/apple-touch-icon.png new file mode 100644 index 0000000..d7eef5f Binary files /dev/null and b/static/images/apple-touch-icon.png differ diff --git a/static/images/avatar.gif b/static/images/avatar.gif new file mode 100644 index 0000000..4ee715c Binary files /dev/null and b/static/images/avatar.gif differ diff --git a/static/images/favicon-48x48.png b/static/images/favicon-48x48.png new file mode 100644 index 0000000..3b6de15 Binary files /dev/null and b/static/images/favicon-48x48.png differ diff --git a/static/images/favicon.ico b/static/images/favicon.ico new file mode 100644 index 0000000..6bae593 Binary files /dev/null and b/static/images/favicon.ico differ diff --git a/static/images/favicon.svg b/static/images/favicon.svg new file mode 100644 index 0000000..8826a23 --- /dev/null +++ b/static/images/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/static/images/site.webmanifest b/static/images/site.webmanifest new file mode 100644 index 0000000..7a0b75b --- /dev/null +++ b/static/images/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "bulgariu.xyz", + "short_name": "bulgariu.xyz", + "icons": [ + { + "src": "/images/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/images/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/static/images/web-app-manifest-192x192.png b/static/images/web-app-manifest-192x192.png new file mode 100644 index 0000000..9d4e9a1 Binary files /dev/null and b/static/images/web-app-manifest-192x192.png differ diff --git a/static/images/web-app-manifest-512x512.png b/static/images/web-app-manifest-512x512.png new file mode 100644 index 0000000..5d9462b Binary files /dev/null and b/static/images/web-app-manifest-512x512.png differ