summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-04-29 22:27:53 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-04-29 22:27:53 +0200
commit570bc023debf927687fe897a293364c51f948b2b (patch)
treeef9168c5647f721655d9a44bfc5e6b775283f286 /static
parent1c321e8393f1014518175dea7617d6d384850d80 (diff)
fix favicon
Diffstat (limited to 'static')
-rw-r--r--static/android-chrome-192x192.pngbin0 -> 27504 bytes
-rw-r--r--static/android-chrome-512x512.pngbin0 -> 58026 bytes
-rw-r--r--static/apple-touch-icon.pngbin0 -> 24813 bytes
-rw-r--r--static/favicon-16x16.pngbin0 -> 816 bytes
-rw-r--r--static/favicon-32x32.pngbin0 -> 2048 bytes
-rw-r--r--static/favicon.icobin0 -> 15406 bytes
-rw-r--r--static/site.webmanifest1
7 files changed, 1 insertions, 0 deletions
diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png
new file mode 100644
index 0000000..06c1f7c
--- /dev/null
+++ b/static/android-chrome-192x192.png
Binary files differ
diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png
new file mode 100644
index 0000000..d3a3f94
--- /dev/null
+++ b/static/android-chrome-512x512.png
Binary files differ
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..641d4c6
--- /dev/null
+++ b/static/apple-touch-icon.png
Binary files differ
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 0000000..c2d4ad8
--- /dev/null
+++ b/static/favicon-16x16.png
Binary files differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
new file mode 100644
index 0000000..dba578e
--- /dev/null
+++ b/static/favicon-32x32.png
Binary files differ
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..710eb58
--- /dev/null
+++ b/static/favicon.ico
Binary files differ
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..45dc8a2
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1 @@
+{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file