New API: overwolf.games.tracked.onUnsupportedExecuted - a listener function that will trigger when a process that is defined as "Unsupported" in the Gameslist launches. It's important to note that it will only trigger if the app has defined "track_all_games":true in the manifest.json.
track_all_games is a new optional manifest flag located under the launch_events property,
It can only be used in conjuction when the "tracked" property is set to true.
This flag will cause the app to launch whenever a process defined in the Gameslist launches, regardless of whether it has overlay support or not.