diff --git a/icon/apple-touch-icon.png b/icon/apple-touch-icon.png new file mode 100644 index 0000000..20b2515 Binary files /dev/null and b/icon/apple-touch-icon.png differ diff --git a/icon/favicon-48x48.png b/icon/favicon-48x48.png new file mode 100644 index 0000000..bca612e Binary files /dev/null and b/icon/favicon-48x48.png differ diff --git a/icon/favicon.ico b/icon/favicon.ico new file mode 100644 index 0000000..c417bef Binary files /dev/null and b/icon/favicon.ico differ diff --git a/icon/favicon.svg b/icon/favicon.svg new file mode 100644 index 0000000..7aa2f61 --- /dev/null +++ b/icon/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/icon/site.webmanifest b/icon/site.webmanifest new file mode 100644 index 0000000..3530c40 --- /dev/null +++ b/icon/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "Evo.lab", + "short_name": "Evo.lab", + "icons": [ + { + "src": "/icon/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/icon/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/icon/web-app-manifest-192x192.png b/icon/web-app-manifest-192x192.png new file mode 100644 index 0000000..302e818 Binary files /dev/null and b/icon/web-app-manifest-192x192.png differ diff --git a/icon/web-app-manifest-512x512.png b/icon/web-app-manifest-512x512.png new file mode 100644 index 0000000..705f0bb Binary files /dev/null and b/icon/web-app-manifest-512x512.png differ diff --git a/index.html b/index.html index a9961ea..c0cc57a 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,15 @@