summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/android-chrome-192x192.pngbin0 -> 6197 bytes
-rw-r--r--web/apple-touch-icon.pngbin2628 -> 2376 bytes
-rw-r--r--web/browserconfig.xml9
-rw-r--r--web/favicon-16x16.pngbin638 -> 638 bytes
-rw-r--r--web/favicon-32x32.pngbin937 -> 937 bytes
-rw-r--r--web/index.html3
-rw-r--r--web/mstile-150x150.pngbin0 -> 3678 bytes
-rw-r--r--web/site.webmanifest14
8 files changed, 26 insertions, 0 deletions
diff --git a/web/android-chrome-192x192.png b/web/android-chrome-192x192.png
new file mode 100644
index 00000000..2473df5c
--- /dev/null
+++ b/web/android-chrome-192x192.png
Binary files differ
diff --git a/web/apple-touch-icon.png b/web/apple-touch-icon.png
index 0efe6ece..207dc65e 100644
--- a/web/apple-touch-icon.png
+++ b/web/apple-touch-icon.png
Binary files differ
diff --git a/web/browserconfig.xml b/web/browserconfig.xml
new file mode 100644
index 00000000..fcb73892
--- /dev/null
+++ b/web/browserconfig.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+ <msapplication>
+ <tile>
+ <square150x150logo src="/mstile-150x150.png"/>
+ <TileColor>#2b5797</TileColor>
+ </tile>
+ </msapplication>
+</browserconfig>
diff --git a/web/favicon-16x16.png b/web/favicon-16x16.png
index 35b105ee..adc66e3e 100644
--- a/web/favicon-16x16.png
+++ b/web/favicon-16x16.png
Binary files differ
diff --git a/web/favicon-32x32.png b/web/favicon-32x32.png
index 1575a4df..5fec1005 100644
--- a/web/favicon-32x32.png
+++ b/web/favicon-32x32.png
Binary files differ
diff --git a/web/index.html b/web/index.html
index 16d6d97e..d6cf0550 100644
--- a/web/index.html
+++ b/web/index.html
@@ -7,7 +7,10 @@
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+ <link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
+ <meta name="msapplication-TileColor" content="#2b5797">
+ <meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/vars.css">
<link rel="stylesheet" href="css/main.css">
diff --git a/web/mstile-150x150.png b/web/mstile-150x150.png
new file mode 100644
index 00000000..353ef691
--- /dev/null
+++ b/web/mstile-150x150.png
Binary files differ
diff --git a/web/site.webmanifest b/web/site.webmanifest
new file mode 100644
index 00000000..409a6c2e
--- /dev/null
+++ b/web/site.webmanifest
@@ -0,0 +1,14 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}