summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-11-26 09:28:28 +0100
committerDaniel Baumann <daniel@debian.org>2024-11-26 12:25:58 +0100
commita1882b67c41fe9901a0cd8059b5cc78a5beadec0 (patch)
tree2a24507c67aa99a15416707b2f7e645142230ed8 /public
parentInitial commit. (diff)
downloaduptime-kuma-a1882b67c41fe9901a0cd8059b5cc78a5beadec0.tar.xz
uptime-kuma-a1882b67c41fe9901a0cd8059b5cc78a5beadec0.zip
Adding upstream version 2.0.0~beta.0+dfsg.upstream/2.0.0_beta.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'public')
-rw-r--r--public/apple-touch-icon-precomposed.pngbin0 -> 5792 bytes
-rw-r--r--public/apple-touch-icon.pngbin0 -> 4807 bytes
-rw-r--r--public/favicon.icobin0 -> 15086 bytes
-rw-r--r--public/icon-192x192.pngbin0 -> 2707 bytes
-rw-r--r--public/icon-512x512.pngbin0 -> 9739 bytes
-rw-r--r--public/icon.pngbin0 -> 11361 bytes
-rw-r--r--public/icon.svg9
-rw-r--r--public/manifest.json19
8 files changed, 28 insertions, 0 deletions
diff --git a/public/apple-touch-icon-precomposed.png b/public/apple-touch-icon-precomposed.png
new file mode 100644
index 0000000..8dae0df
--- /dev/null
+++ b/public/apple-touch-icon-precomposed.png
Binary files differ
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
new file mode 100644
index 0000000..f3c5854
--- /dev/null
+++ b/public/apple-touch-icon.png
Binary files differ
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..dedf0cd
--- /dev/null
+++ b/public/favicon.ico
Binary files differ
diff --git a/public/icon-192x192.png b/public/icon-192x192.png
new file mode 100644
index 0000000..89d60d7
--- /dev/null
+++ b/public/icon-192x192.png
Binary files differ
diff --git a/public/icon-512x512.png b/public/icon-512x512.png
new file mode 100644
index 0000000..cd3ab77
--- /dev/null
+++ b/public/icon-512x512.png
Binary files differ
diff --git a/public/icon.png b/public/icon.png
new file mode 100644
index 0000000..4ff5fdc
--- /dev/null
+++ b/public/icon.png
Binary files differ
diff --git a/public/icon.svg b/public/icon.svg
new file mode 100644
index 0000000..c421791
--- /dev/null
+++ b/public/icon.svg
@@ -0,0 +1,9 @@
+<svg width="640" height="640" viewBox="0 0 640 640" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+<g transform="matrix(1 0 0 1 320 320)">
+<linearGradient id="S3" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 -319.99875 -320.0001577393)" x1="259.78" y1="261.15" x2="463.85" y2="456.49">
+<stop stop-color="#5CDD8B"/>
+<stop offset="1" stop-color="#86E6A9"/>
+</linearGradient>
+<path style="stroke: rgb(242,242,242); stroke-opacity: 0.51; stroke-width: 200; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#S3); fill-rule: nonzero; opacity: 1;" transform=" translate(0, 0)" d="M 170.40125 -84.36016 C 224.09125 38.37984 224.09125 115.33984 170.40125 146.49984 C 89.85125000000001 193.23984000000002 -120.03875 207.48984000000002 -180.45875 135.63984 C -220.73875 87.73983999999999 -220.73875 14.399839999999998 -180.45875 -84.36016000000001 C -139.49875 -151.82016 -81.28875000000001 -185.55016 -5.828750000000014 -185.55016 C 69.64124999999999 -185.55016 128.38125 -151.82016000000002 170.40124999999998 -84.36016000000001 z" stroke-linecap="round" />
+</g>
+</svg>
diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 0000000..38e1d17
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,19 @@
+{
+ "name": "Uptime Kuma",
+ "short_name": "Uptime Kuma",
+ "start_url": "/",
+ "background_color": "#fff",
+ "display": "standalone",
+ "icons": [
+ {
+ "src": "icon-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "icon-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ]
+}