Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dae5a63

Browse files
committedOct 4, 2019
added missing files for ios and android
1 parent e5851c9 commit dae5a63

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
 

‎browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -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

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "",
3+
"short_name": "",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)
Please sign in to comment.