firefox.exe.manifest embedding does not work if using a name other than 'firefox' for MOZ_APP_NAME

The mingw tooling seems to automatically pick up this manifest based off of the final executable name, so if we ever want to rename firefox.exe to something like torbrowser.exe the manifest will not be properly embedded resulting in compatibility issues (since windows will assume the browser is a legacy application and will mess with things like reported screen DPI)

Edited by morgan