From bf573896472c83e2b85b52f6cbf606765b73cb3e Mon Sep 17 00:00:00 2001
From: Christian Oliff <christianoliff@yahoo.com>
Date: Mon, 16 Jul 2018 18:48:43 +0900
Subject: [PATCH] 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
---
 site/docs/4.1/assets/img/favicons/manifest.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/docs/4.1/assets/img/favicons/manifest.json b/site/docs/4.1/assets/img/favicons/manifest.json
index 6ff36fdfdb..a92accba64 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"
-- 
GitLab