Skip to content

Commit 40f39e4

Browse files
committedMay 1, 2020
Update web
1 parent aa294e0 commit 40f39e4

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed
 

‎web/favicon.png

917 Bytes
Loading

‎web/icons/Icon-192.png

5.17 KB
Loading

‎web/icons/Icon-512.png

8.06 KB
Loading

‎web/manifest.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "wdb106_sample",
3+
"short_name": "wdb106_sample",
4+
"start_url": ".",
5+
"display": "minimal-ui",
6+
"background_color": "#0175C2",
7+
"theme_color": "#0175C2",
8+
"description": "A new Flutter project.",
9+
"orientation": "portrait-primary",
10+
"prefer_related_applications": false,
11+
"icons": [
12+
{
13+
"src": "icons/Icon-192.png",
14+
"sizes": "192x192",
15+
"type": "image/png"
16+
},
17+
{
18+
"src": "icons/Icon-512.png",
19+
"sizes": "512x512",
20+
"type": "image/png"
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)
Please sign in to comment.