diff --git a/src/kits_etherpad_icon.svg b/src/kits_etherpad_icon.svg
new file mode 100644
index 00000000000..67634ff06ac
--- /dev/null
+++ b/src/kits_etherpad_icon.svg
@@ -0,0 +1,53 @@
+<svg
+  version="1.1"
+  id="kits_logo"
+  xmlns="http://www.w3.org/2000/svg"
+  xmlns:xlink="http://www.w3.org/1999/xlink"
+  x="0px"
+  y="0px"
+  width="111px"
+  height="92.093px"
+  viewBox="0 0 111 92.093"
+  enable-background="new 0 0 111 92.093"
+  xml:space="preserve"
+>
+  <g>
+    <g
+      id="g10"
+      transform="matrix(1.0787049,0,0,1.0787049,-4.232838,-13.107343)"
+    >
+      <path
+        id="path2"
+        fill="#00A3D3"
+        d="M104.53,43.314L86.451,61.395l-0.517,0.23L63.038,71.906l10.518-23.41L78.1,43.95
+                    l15.144-15.144c0.426,0.393,0.851,0.797,1.267,1.21L79.378,45.143l6.273-0.523l-2.615,6.632l-0.427,1.086l0.789-0.313l6.923-2.731
+                    l-0.52,6.274l13.837-13.836C103.947,42.25,104.243,42.778,104.53,43.314z M87.888,57.481l0.459-5.528l-4.278,1.686l-4.56,1.801
+                    l2.451-6.221l1.037-2.621l-2.588,0.214l-2.942,0.246l-2.447,2.445l-4.373,9.729l5.065,5.064l9.728-4.369l0.245-0.246
+                    L87.888,57.481z"
+      ></path>
+      <path
+        id="path4"
+        fill="#00A3D3"
+        d="M86.073,64.373c0,0.062,0,0.131,0,0.196c0,16.918-13.719,30.638-30.638,30.638
+                    c-16.922,0-30.638-13.717-30.638-30.638v-0.067l27.859,12.511L39.179,47.015l-4.751-4.751c2.657-2.504,5.756-4.534,9.183-5.967
+                    v9.974l11.678,30.743l11.686-30.743V36.178c3.467,1.413,6.622,3.442,9.32,5.948l-4.887,4.889L57.931,77.014L86.073,64.373z"
+      ></path>
+      <path
+        id="path6"
+        fill="#00A3D3"
+        d="M64.415,14.725v31.077l-9.126,23.989l-9.114-23.989v-31.03c0.575-0.098,1.16-0.186,1.75-0.262
+                    v24.805l4.065-4.807l3.299,7.605l3.308-7.605l4.066,4.809V14.469C63.251,14.546,63.832,14.63,64.415,14.725z M62.661,45.481V42.02
+                    l-3.586-4.234L55.289,46.5l-3.784-8.714l-3.58,4.234v3.461l3.785,9.967h7.162L62.661,45.481z"
+      ></path>
+      <path
+        id="path8"
+        fill="#00A3D3"
+        d="M37.028,48.496l10.519,23.41L24.923,61.743l-0.788-0.347L6.242,43.498
+                    c0.284-0.532,0.578-1.064,0.884-1.589l13.662,13.659l-0.526-6.274l7.167,2.829l0.549,0.215l-0.295-0.758l-2.75-6.958l6.279,0.522
+                    L16.216,30.151c0.415-0.407,0.834-0.814,1.26-1.214l15.163,15.161L37.028,48.496z M39.933,59.235l-4.364-9.731l-2.446-2.444
+                    l-2.678-0.225l-2.849-0.237l1.145,2.914l2.342,5.928l-4.317-1.701l-4.524-1.786l0.459,5.529l2.443,2.446l9.734,4.37L39.933,59.235
+                    z"
+      ></path>
+    </g>
+  </g>
+</svg>
diff --git a/src/static/android-chrome-192x192.png b/src/static/android-chrome-192x192.png
new file mode 100644
index 00000000000..a63fa7a4846
Binary files /dev/null and b/src/static/android-chrome-192x192.png differ
diff --git a/src/static/android-chrome-512x512.png b/src/static/android-chrome-512x512.png
new file mode 100644
index 00000000000..77213d3d8f9
Binary files /dev/null and b/src/static/android-chrome-512x512.png differ
diff --git a/src/static/apple-touch-icon.png b/src/static/apple-touch-icon.png
new file mode 100644
index 00000000000..5560a3588bf
Binary files /dev/null and b/src/static/apple-touch-icon.png differ
diff --git a/src/static/browserconfig.xml b/src/static/browserconfig.xml
new file mode 100644
index 00000000000..d416bc536fb
--- /dev/null
+++ b/src/static/browserconfig.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+    <msapplication>
+        <tile>
+            <square150x150logo src="/mstile-150x150.png"/>
+            <TileColor>#ffffff</TileColor>
+        </tile>
+    </msapplication>
+</browserconfig>
diff --git a/src/static/favicon-16x16.png b/src/static/favicon-16x16.png
new file mode 100644
index 00000000000..6ff8a607520
Binary files /dev/null and b/src/static/favicon-16x16.png differ
diff --git a/src/static/favicon-32x32.png b/src/static/favicon-32x32.png
new file mode 100644
index 00000000000..3c93d3ee1d7
Binary files /dev/null and b/src/static/favicon-32x32.png differ
diff --git a/src/static/favicon.ico b/src/static/favicon.ico
index c33f2e614c6..56b438738a2 100644
Binary files a/src/static/favicon.ico and b/src/static/favicon.ico differ
diff --git a/src/static/mstile-150x150.png b/src/static/mstile-150x150.png
new file mode 100644
index 00000000000..745b8ec2056
Binary files /dev/null and b/src/static/mstile-150x150.png differ
diff --git a/src/static/safari-pinned-tab.svg b/src/static/safari-pinned-tab.svg
new file mode 100644
index 00000000000..074c86cae4e
--- /dev/null
+++ b/src/static/safari-pinned-tab.svg
@@ -0,0 +1,147 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
+ width="888.000000pt" height="888.000000pt" viewBox="0 0 888.000000 888.000000"
+ preserveAspectRatio="xMidYMid meet">
+<metadata>
+Created by potrace 1.14, written by Peter Selinger 2001-2017
+</metadata>
+<g transform="translate(0.000000,888.000000) scale(0.100000,-0.100000)"
+fill="#000000" stroke="none">
+<path d="M3735 7909 c-27 -5 -59 -10 -70 -13 -20 -5 -20 -10 -19 -1348 1
+-1258 2 -1346 18 -1383 10 -22 19 -44 20 -50 2 -5 7 -19 11 -30 4 -11 37 -96
+72 -190 36 -93 78 -206 95 -250 17 -44 37 -94 44 -112 8 -17 14 -37 14 -45 0
+-8 4 -18 8 -23 5 -6 17 -32 26 -60 10 -27 21 -59 26 -70 4 -11 13 -36 20 -55
+7 -19 21 -54 31 -77 11 -24 19 -49 19 -57 0 -8 4 -17 9 -20 5 -3 11 -16 14
+-28 4 -21 125 -344 146 -393 5 -11 19 -47 31 -80 12 -33 26 -71 31 -84 8 -19
+80 -210 141 -370 9 -24 17 -24 22 1 2 7 8 27 15 43 32 80 221 576 221 581 0 3
+6 20 14 37 20 46 76 193 76 199 0 3 8 23 17 44 9 22 18 44 19 49 2 11 40 110
+53 140 5 11 17 43 27 70 10 28 22 56 27 63 5 6 7 12 4 12 -3 0 1 17 10 38 31
+75 36 87 38 97 2 6 17 46 35 90 18 44 33 85 35 90 3 13 15 45 26 70 5 11 43
+110 84 220 75 198 76 201 76 295 0 52 0 102 0 110 1 8 1 44 0 80 0 36 0 72 0
+80 1 15 0 94 -2 215 -1 33 -1 67 -1 75 1 8 1 80 1 160 -1 80 -1 152 0 160 0 8
+0 80 0 160 -1 80 -1 152 0 160 0 8 0 80 0 160 -1 80 -1 152 0 160 0 8 0 80 0
+160 -1 80 -1 152 0 160 0 8 0 80 0 160 -1 80 -1 152 0 160 2 59 -1 305 -4 308
+-2 2 0 15 5 28 5 13 6 26 0 29 -5 3 -5 18 0 35 8 27 6 30 -13 31 -12 0 -31 2
+-42 4 -11 2 -37 6 -57 9 l-38 6 0 -52 c0 -29 -1 -512 -1 -1073 l0 -1020 -26
+30 c-14 17 -32 39 -42 50 -77 93 -135 161 -142 163 -5 2 -9 8 -9 12 0 5 -10
+20 -22 32 -13 13 -43 47 -67 76 l-44 52 -52 -122 c-29 -68 -87 -202 -130 -298
+-42 -96 -81 -188 -87 -203 -6 -16 -14 -25 -18 -20 -4 4 -27 53 -50 108 -23 55
+-51 120 -62 145 -27 60 -36 81 -108 247 -48 109 -65 140 -73 130 -7 -7 -57
+-66 -112 -132 -54 -66 -109 -131 -121 -145 -75 -83 -94 -106 -94 -113 0 -5 -3
+-6 -7 -4 -5 3 -8 483 -7 1066 0 584 -2 1063 -5 1065 -3 1 -28 -1 -56 -5z m390
+-2046 c9 -21 29 -64 43 -97 15 -32 27 -62 28 -65 1 -5 13 -34 49 -116 46 -103
+68 -154 120 -275 32 -74 61 -138 65 -143 3 -4 26 39 49 95 24 57 54 126 67
+153 12 28 44 100 70 160 25 61 56 133 69 160 12 28 30 70 40 95 29 72 38 76
+67 38 14 -18 38 -47 54 -64 16 -18 36 -40 44 -50 63 -78 166 -200 173 -205 4
+-3 7 -74 6 -158 l-1 -153 -55 -141 c-30 -78 -59 -153 -63 -167 -5 -14 -22 -59
+-38 -100 -16 -41 -53 -138 -82 -215 -29 -77 -58 -153 -65 -170 -7 -16 -15 -37
+-18 -46 -5 -14 -39 -16 -299 -16 -161 -1 -303 1 -315 4 -13 3 -23 13 -23 22 0
+14 -48 146 -90 246 -4 11 -17 45 -28 75 -22 59 -99 262 -112 295 -4 11 -19 49
+-34 85 -14 36 -26 72 -26 81 0 8 -5 20 -12 27 -7 7 -11 63 -11 170 l0 158 28
+29 c15 17 44 50 64 75 20 25 39 47 42 50 3 3 30 34 59 70 30 36 64 76 77 89
+13 13 23 28 23 32 0 22 21 5 35 -28z"/>
+<path d="M6852 5827 c-468 -469 -852 -856 -852 -860 0 -3 -11 -31 -25 -61 -14
+-30 -25 -60 -25 -65 0 -6 -4 -11 -10 -11 -5 0 -10 -6 -10 -12 0 -7 -10 -33
+-22 -58 -12 -25 -22 -47 -22 -50 -1 -7 -99 -224 -152 -339 -24 -51 -44 -95
+-44 -97 0 -3 -18 -43 -40 -90 -22 -47 -40 -88 -40 -89 0 -2 -19 -43 -42 -92
+-23 -48 -42 -92 -44 -98 -1 -5 -23 -54 -48 -108 -25 -54 -46 -100 -46 -102 0
+-3 -15 -37 -34 -77 -19 -40 -60 -131 -91 -203 -32 -71 -68 -152 -81 -179 -13
+-28 -24 -56 -24 -63 0 -7 -4 -13 -10 -13 -5 0 -10 -6 -10 -14 0 -8 -6 -27 -14
+-43 -8 -15 -22 -46 -32 -68 -9 -22 -21 -48 -26 -59 -6 -10 -6 -16 -1 -13 4 2
+29 14 56 26 104 47 145 65 215 97 41 19 75 34 77 34 2 0 48 20 101 45 53 25
+97 45 99 45 2 0 43 18 90 40 47 22 88 40 90 40 2 0 37 16 79 35 42 19 110 51
+152 70 42 19 77 35 79 35 2 0 43 18 92 41 80 37 130 60 143 64 3 1 28 12 55
+25 28 13 52 24 55 25 9 2 104 46 133 61 16 8 35 14 43 14 8 0 14 5 14 10 0 6
+5 10 11 10 5 0 34 11 62 24 29 13 86 38 127 56 41 18 116 52 165 75 l90 43
+773 776 774 776 -37 65 c-20 36 -38 65 -41 65 -3 0 -266 -260 -583 -577 -318
+-318 -585 -584 -594 -592 -16 -13 -17 -10 -12 40 6 61 14 147 20 229 12 170
+16 216 20 227 7 21 -12 24 -52 7 -50 -22 -39 -17 -333 -133 -141 -56 -261
+-101 -267 -101 -8 0 -3 19 12 53 14 28 25 60 25 69 0 9 4 19 9 22 5 3 12 18
+16 33 3 16 13 42 20 58 8 17 23 55 35 85 11 30 25 64 30 75 14 30 100 254 100
+259 0 3 -15 3 -33 1 -18 -2 -66 -7 -105 -10 -40 -3 -94 -7 -120 -10 -46 -4
+-158 -14 -234 -19 -21 -2 -38 -2 -38 0 0 2 292 296 649 653 l650 650 -54 50
+c-30 28 -55 51 -57 51 -2 0 -387 -384 -856 -853z m-32 -693 c0 -2 -4 -12 -9
+-22 -18 -33 -111 -275 -111 -289 0 -7 -4 -13 -10 -13 -5 0 -10 -8 -10 -18 0
+-10 -9 -37 -20 -60 -11 -22 -20 -46 -20 -52 0 -5 -5 -18 -10 -28 -15 -25 -100
+-248 -100 -261 0 -8 5 -8 18 -1 16 9 64 29 87 36 6 2 49 19 97 38 48 20 92 36
+98 36 5 0 10 4 10 8 0 5 6 9 13 9 13 1 230 83 286 110 18 8 39 16 45 17 6 1
+29 10 50 19 22 10 41 15 44 12 6 -6 5 -52 -3 -125 -7 -69 -13 -147 -21 -240
+-3 -47 -11 -93 -16 -104 -5 -10 -53 -61 -106 -113 -103 -102 -98 -99 -382
+-225 -74 -33 -155 -69 -180 -80 -97 -45 -175 -79 -175 -78 0 0 -45 -20 -99
+-45 l-99 -47 -219 219 -219 219 17 39 c9 22 31 72 49 110 18 39 42 90 53 115
+11 25 32 72 48 105 15 33 28 65 29 70 2 6 16 39 33 75 92 198 112 244 112 256
+0 8 5 14 10 14 6 0 10 9 10 19 0 12 47 67 115 135 104 105 119 116 153 117 43
+1 91 5 182 14 36 3 99 8 140 11 41 3 76 7 78 9 5 4 32 -5 32 -11z"/>
+<path d="M1117 6622 c-26 -26 -47 -52 -47 -57 0 -6 289 -299 642 -652 l641
+-641 -44 3 c-24 3 -78 7 -119 10 -41 3 -91 8 -110 10 -19 2 -75 7 -125 10 -49
+4 -98 9 -108 11 -29 9 -30 -21 -3 -80 14 -31 26 -60 26 -65 0 -4 7 -22 16 -40
+9 -17 17 -37 18 -44 2 -7 8 -23 13 -37 26 -62 141 -357 148 -379 4 -14 3 -21
+-2 -18 -14 9 -641 257 -648 257 -4 0 -4 -26 -1 -57 4 -32 9 -89 12 -128 2 -38
+7 -92 9 -120 3 -27 7 -90 11 -139 l5 -90 -587 587 c-323 323 -588 586 -589
+585 -2 -2 -19 -32 -39 -68 l-36 -66 774 -774 c426 -426 785 -779 798 -784 23
+-10 105 -46 189 -84 26 -12 93 -42 150 -67 57 -26 129 -58 159 -72 30 -14 93
+-42 140 -63 94 -42 153 -68 250 -113 36 -16 124 -55 195 -87 72 -32 157 -70
+190 -85 33 -15 74 -33 90 -40 17 -8 64 -29 105 -48 297 -135 511 -229 515
+-226 3 3 -156 364 -270 614 -7 17 -28 62 -45 100 -68 148 -103 226 -104 235
+-1 3 -12 28 -25 55 -44 93 -86 185 -161 355 -44 100 -86 193 -105 235 -13 28
+-43 93 -102 225 -26 57 -45 101 -48 110 -22 62 -110 155 -880 925 -465 465
+-846 845 -848 845 -1 0 -24 -22 -50 -48z m1068 -1488 c127 -11 163 -13 245
+-19 l85 -6 108 -108 109 -108 85 -189 c46 -104 109 -243 138 -310 29 -67 72
+-161 94 -209 66 -141 83 -106 -162 -350 l-214 -215 -49 20 c-27 12 -62 27 -79
+35 -39 18 -147 67 -255 115 -47 21 -114 51 -150 68 -36 16 -119 53 -185 82
+-116 52 -123 56 -227 160 l-107 106 -7 70 c-3 38 -8 92 -9 119 -2 28 -6 82
+-10 120 -9 100 -12 165 -9 165 4 0 281 -108 309 -120 11 -5 52 -21 90 -36 39
+-14 84 -32 100 -40 73 -32 247 -96 250 -92 3 3 -38 113 -80 213 -4 11 -9 25
+-11 32 -1 7 -9 27 -18 44 -9 18 -16 40 -16 51 0 10 -4 18 -10 18 -5 0 -10 5
+-10 11 0 12 -115 312 -131 341 -19 35 -11 46 29 42 20 -3 64 -7 97 -10z"/>
+<path d="M5439 6028 c-1 -7 0 -17 1 -23 5 -27 2 -614 -4 -624 -4 -6 -4 -11 1
+-11 4 0 7 -44 6 -97 -1 -97 -2 -101 -83 -313 -45 -118 -85 -224 -90 -235 -5
+-11 -52 -135 -105 -275 -52 -140 -99 -264 -104 -275 -5 -11 -14 -33 -20 -50
+-6 -16 -16 -43 -22 -60 -7 -16 -13 -34 -15 -40 -5 -18 -216 -570 -230 -602 -8
+-17 -14 -35 -14 -40 0 -4 -18 -53 -41 -108 -22 -55 -42 -107 -44 -115 -2 -8
+-29 -80 -60 -160 -31 -80 -83 -218 -117 -308 -34 -89 -65 -159 -69 -155 -6 7
+-73 181 -136 353 -13 36 -27 74 -32 85 -13 30 -63 158 -66 170 -1 6 -6 21 -12
+35 -6 14 -20 52 -32 85 -12 33 -26 69 -31 80 -5 11 -23 58 -41 105 -17 47 -46
+123 -64 170 -18 47 -40 108 -50 135 -10 28 -22 54 -27 59 -4 6 -8 19 -8 31 0
+12 -4 25 -9 31 -5 5 -16 29 -24 54 -14 40 -70 191 -92 245 -5 11 -9 22 -10 25
+-1 3 -7 19 -14 35 -7 17 -14 35 -15 40 -2 6 -6 17 -9 25 -4 8 -20 51 -36 95
+-80 215 -212 562 -222 580 -5 12 -11 27 -13 35 -2 8 -8 29 -15 45 -48 116 -47
+107 -46 553 0 318 -3 422 -12 422 -27 0 -309 -152 -428 -232 -149 -99 -345
+-256 -345 -276 0 -5 92 -100 205 -213 113 -112 205 -207 205 -211 0 -4 14 -38
+31 -75 17 -38 42 -91 55 -120 13 -28 24 -54 24 -57 0 -2 21 -49 46 -103 25
+-54 50 -107 54 -118 5 -11 27 -59 49 -108 23 -48 41 -89 41 -92 0 -2 16 -39
+36 -82 19 -43 44 -96 54 -118 10 -22 28 -62 41 -90 13 -27 24 -52 24 -55 1 -3
+11 -25 22 -50 11 -25 39 -85 61 -135 22 -49 53 -119 69 -155 17 -36 47 -103
+68 -150 35 -79 55 -123 108 -240 11 -25 21 -47 22 -50 2 -9 27 -65 110 -245
+18 -38 40 -88 50 -110 10 -22 26 -58 36 -80 108 -240 147 -330 140 -333 -4 -1
+-48 16 -97 38 -49 23 -102 47 -119 55 -16 7 -61 27 -100 45 -38 18 -86 39
+-105 47 -78 34 -98 43 -175 78 -44 20 -89 40 -100 45 -11 5 -56 25 -100 46
+-44 20 -120 54 -170 76 -49 22 -108 48 -130 58 -22 10 -67 30 -100 45 -33 15
+-80 36 -105 48 -25 11 -47 21 -50 22 -3 1 -21 8 -40 17 -146 66 -471 212 -495
+223 -196 89 -436 195 -445 195 -5 0 -10 4 -10 9 0 5 -11 11 -25 13 l-25 5 5
+-121 c3 -66 7 -132 9 -146 2 -14 7 -52 11 -85 3 -33 9 -71 11 -85 3 -14 7 -38
+10 -55 11 -62 46 -203 66 -270 12 -38 22 -72 23 -75 9 -29 81 -211 102 -257
+13 -29 23 -56 22 -59 0 -4 3 -10 8 -13 4 -3 26 -40 47 -81 274 -527 730 -941
+1318 -1199 43 -19 270 -98 306 -106 9 -3 37 -9 62 -16 48 -11 71 -16 110 -24
+14 -3 35 -7 46 -9 157 -32 254 -40 489 -40 189 0 311 6 371 19 12 3 39 7 60
+11 21 3 71 12 109 20 98 21 104 22 125 29 10 3 28 8 40 10 38 7 264 86 320
+112 30 14 73 32 95 41 22 8 47 21 56 29 8 7 23 13 32 13 9 0 17 4 17 9 0 5 10
+13 23 17 37 11 257 149 337 211 191 147 315 269 500 490 10 12 27 34 37 50 9
+15 20 30 24 33 37 28 279 461 291 520 2 8 5 17 8 20 6 5 48 112 55 140 2 8 13
+43 24 77 23 67 67 243 77 308 3 22 8 47 9 55 3 13 8 53 20 145 8 59 18 295 12
+295 -6 0 -74 -31 -225 -101 -46 -22 -89 -39 -96 -39 -8 0 -19 -7 -26 -15 -7
+-8 -17 -15 -22 -15 -9 0 -157 -64 -308 -132 -36 -17 -155 -71 -265 -120 -110
+-49 -228 -103 -263 -119 -35 -16 -74 -32 -88 -35 -13 -3 -24 -9 -24 -13 0 -4
+-17 -13 -37 -20 -37 -14 -57 -23 -246 -110 -49 -23 -91 -41 -92 -41 -2 0 -43
+-18 -90 -40 -47 -22 -88 -40 -90 -40 -2 0 -36 -15 -77 -34 -184 -85 -251 -115
+-268 -121 -3 -1 -25 -11 -50 -22 -25 -11 -70 -32 -101 -46 l-57 -25 51 117
+c28 64 56 119 62 123 5 4 7 8 3 8 -3 0 23 64 58 143 72 157 87 189 132 292 36
+82 76 170 126 278 20 43 36 80 36 82 0 2 18 43 40 90 22 47 40 88 40 89 0 2
+23 52 50 110 28 58 50 108 50 111 0 4 19 46 94 208 20 43 36 80 36 81 0 2 16
+39 37 82 20 44 37 84 39 89 1 6 22 53 47 105 24 52 53 115 64 140 44 101 61
+140 128 287 l70 153 209 210 c114 115 205 213 202 219 -5 8 -137 120 -207 175
+-78 62 -347 226 -434 265 -11 5 -41 18 -65 29 -67 30 -90 35 -91 20z"/>
+</g>
+</svg>
diff --git a/src/static/site.webmanifest b/src/static/site.webmanifest
new file mode 100644
index 00000000000..53bcc4d28d0
--- /dev/null
+++ b/src/static/site.webmanifest
@@ -0,0 +1,19 @@
+{
+    "name": "Etherpad",
+    "short_name": "Etherpad",
+    "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"
+}