I am developing an add-in for desktop Excel. I want to send it to the client so they can test it. We're not on the same network, so the article: Sideload Office Add-ins for testing from a network share doesn't apply.
Does the manifest.xml have to be on a network share, or can they just load it directly?
I tried following the official documentation but it doesn't cover my case.