diff options
| author | Christian Oliff <[email protected]> | 2018-07-16 18:48:43 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-20 14:58:37 +0300 |
| commit | bf573896472c83e2b85b52f6cbf606765b73cb3e (patch) | |
| tree | da538fdec9f42f053edbb2cb13a3d193abc79efd | |
| parent | 6cbcd03efbcb58e37e4a4d31048758c82ed6c849 (diff) | |
| download | bootstrap-bf573896472c83e2b85b52f6cbf606765b73cb3e.tar.xz bootstrap-bf573896472c83e2b85b52f6cbf606765b73cb3e.zip | |
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
| -rw-r--r-- | site/docs/4.1/assets/img/favicons/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/assets/img/favicons/manifest.json b/site/docs/4.1/assets/img/favicons/manifest.json index 6ff36fdfd..a92accba6 100644 --- a/site/docs/4.1/assets/img/favicons/manifest.json +++ b/site/docs/4.1/assets/img/favicons/manifest.json @@ -15,7 +15,7 @@ "type": "image/png" } ], - "start_url": "/", + "start_url": "/?utm_source=a2hs", "theme_color": "#563d7c", "background_color": "#563d7c", "display": "standalone" |
