From 9e5938bd0287d734fa55cfe779cb0f62085f2e0e Mon Sep 17 00:00:00 2001
From: Marcos Caceres
https://example.com/start_point.html.
start_url
tracking
+
+ It's conceivable that the start_url
could be crafted
+ to indicate that the application was launched from outside the
+ browser (e.g., "start_url":
+ "index.html?launcher=homescreen"
). This can be useful for
+ analytics and possibly other customizations. However, it is also
+ conceivable that developers could encode strings into the start_url
+ that uniquely identify the user (e.g., a server assigned
+ UUID). This is fingerprinting/privacy sensitive
+ information that the user might not be aware of.
+
+ Given the above, it RECOMMENDED that, upon installation, or any + time thereafter, a user agent allow the user to inspect and, if + necessary, modify the start URL of an application. +
+