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:
parent
6cbcd03efb
commit
bf57389647
@ -15,7 +15,7 @@
|
|||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": "/",
|
"start_url": "/?utm_source=a2hs",
|
||||||
"theme_color": "#563d7c",
|
"theme_color": "#563d7c",
|
||||||
"background_color": "#563d7c",
|
"background_color": "#563d7c",
|
||||||
"display": "standalone"
|
"display": "standalone"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user