]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add query string to the start_url to track how often app is launched
authorChristian Oliff <christianoliff@yahoo.com>
Mon, 16 Jul 2018 09:48:43 +0000 (18:48 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 20 Oct 2018 11:58:37 +0000 (14:58 +0300)
Useful suggestion from Google in the Web App Manifest documentation.
https://developers.google.com/web/fundamentals/web-app-manifest/#start-url

site/docs/4.1/assets/img/favicons/manifest.json

index 6ff36fdfdb9d851789af827847a8f876e40edce4..a92accba64f967ec432dbb5cb1812f983c0e9ab1 100644 (file)
@@ -15,7 +15,7 @@
       "type": "image/png"
     }
   ],
-  "start_url": "/",
+  "start_url": "/?utm_source=a2hs",
   "theme_color": "#563d7c",
   "background_color": "#563d7c",
   "display": "standalone"