Our Forge app uses Forge Fetch to make REST api calls to a non-Atlassian applications. We use wildcard domains in manifest e.g.
fetch: backend: - "*.google.com" - "*.microsoft.com" - "*.apple.com"
Are apps like this, that don’t use remotes, ineligible for pinning? This link states “Forge apps that don’t contain a remotes declaration automatically become eligible for PINNED status.” But this one seems to state the contrary.
If we do need to make changes to become eligible for pinning, what’s the best way to migrate above manifest to use remote? Our app connects to multiple systems and the full URL is not available to set in the remote’s baseUrl parameter.