We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5851c9 commit dae5a63Copy full SHA for dae5a63
browserconfig.xml
@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<browserconfig>
3
+ <msapplication>
4
+ <tile>
5
+ <square150x150logo src="/mstile-150x150.png"/>
6
+ <TileColor>#ffc40d</TileColor>
7
+ </tile>
8
+ </msapplication>
9
+</browserconfig>
site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
10
11
+ "src": "/android-chrome-512x512.png",
12
+ "sizes": "512x512",
13
14
+ }
15
+ ],
16
+ "theme_color": "#ffffff",
17
+ "background_color": "#ffffff",
18
+ "display": "standalone"
19
+}
0 commit comments