Skip to content

Commit 35c6157

Browse files
authored
Merge pull request #2060 from Richienb/patch-1
Improve PWA manifest
2 parents e7adcb4 + db6a08d commit 35c6157

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

Diff for: dist/site.webmanifest

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
2-
"icons": [{
3-
"src": "icon.png",
4-
"sizes": "192x192",
5-
"type": "image/png"
6-
}],
7-
"start_url": "/"
2+
"short_name": "",
3+
"name": "",
4+
"icons": [{
5+
"src": "icon.png",
6+
"type": "image/png",
7+
"sizes": "192x192"
8+
}],
9+
"start_url": "/?utm_source=homescreen",
10+
"background_color": "#fafafa",
11+
"theme_color": "#fafafa",
12+
"display": "standalone"
813
}

Diff for: src/site.webmanifest

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
2-
"icons": [{
3-
"src": "icon.png",
4-
"sizes": "192x192",
5-
"type": "image/png"
6-
}],
7-
"start_url": "/"
2+
"short_name": "",
3+
"name": "",
4+
"icons": [{
5+
"src": "icon.png",
6+
"type": "image/png",
7+
"sizes": "192x192"
8+
}],
9+
"start_url": "/?utm_source=homescreen",
10+
"background_color": "#fafafa",
11+
"theme_color": "#fafafa",
12+
"display": "standalone"
813
}

0 commit comments

Comments
 (0)