Skip to content

Commit 986b462

Browse files
committed
Update PWA manifest in prep for upcoming features
1 parent 56dccfb commit 986b462

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

manifest.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@
1818
"theme_color": "#87b2de",
1919
"background_color": "#ffffff",
2020
"display":"standalone",
21-
"start_url": "index.html?utm_source=a2hs"
21+
"start_url": "index.html?utm_source=a2hs",
22+
"related_applications": [{
23+
"platform": "webapp",
24+
"url": "https://cloverleaf.app/manifest.json"
25+
}]
2226
}

0 commit comments

Comments
 (0)