Grapi Thank you very much for your help. unfortunately I don't think this is going to work.
I used adb pull like you suggested to get the apk. But when I tried to use adb install, I got the following error:
[INSTALL_FAILED_NO_MATCHING_ABIS: INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
Some quick googling suggests that the issue is that the apk is compiled for a different processor and won't install on the pixel. I'm guessing that's also why the restore fails, though it would be nice to have had an error code to reference.
So I guess I'll have to decide if I can live without that app.
Thank you again for your help!