I have a json file that contains profiling data that can be opened with chrome's trace-viewer. I can do it manually by opening chrome://tracing, then selecting 'load' and then loading the json file.
Here in this video: https://www.youtube.com/watch?v=nok0aYiGiYA&t=25m13s they seem to have a html link which automatically opens such a trace in that trace viewer.
How can I do that?