Use .manifest_optional().unwrap() if the manifest is cosmetic (like an icon). Use .manifest_required().unwrap() if the manifest is required (security, entry point, &c.). If scanning is prohibitively ...