So, I am trying to download all .manifest files of all my owned games. Here is the snippet that should do this: client.once("appOwnershipCached", function() {
console.log("appOwnershipCached");
client.getProductInfo(client.getOwnedApps(), [], function(apps) {
console...