0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Add query string to the start_url to track how often app is launched

Useful suggestion from Google in the Web App Manifest documentation.
https://developers.google.com/web/fundamentals/web-app-manifest/#start-url
This commit is contained in:
Christian Oliff 2018-07-16 18:48:43 +09:00 committed by XhmikosR
parent 6cbcd03efb
commit bf57389647

View File

@ -15,7 +15,7 @@
"type": "image/png"
}
],
"start_url": "/",
"start_url": "/?utm_source=a2hs",
"theme_color": "#563d7c",
"background_color": "#563d7c",
"display": "standalone"