thank you for your continued responses and assistance ramesh. much appreciated. :-)
attached are two images for you - below is the list of the files and folders in the SafeGuardBrowser.msix package.

Below is the image of the AppxManifest.xml contents.

as the image from the xml. file is not super crisp, below is the pasted version of the contents
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap uap10 desktop rescap" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
<!--Package created by MSIX Packaging Tool version: 1.2024.405.0-->
<Identity Name="SafeGuard.SafeGuardBrowser" Publisher="CN=0CE2A8AF-FD9D-41A3-A7E3-8CDB1B604B65" Version="1.16.78.0" ProcessorArchitecture="neutral" />
<Properties>
<DisplayName>SafeGuard Browser</DisplayName>
<PublisherDisplayName>SafeGuard</PublisherDisplayName>
<Description>Safeguard your private data with a straightforward browser that lets you concentrate on what's important</Description>
<Logo>Assets\SquareLogo.png</Logo>
<uap10:PackageIntegrity>
<uap10:Content Enforcement="on" />
</uap10:PackageIntegrity>
</Properties>
<Resources>
<Resource Language="en-us" />
</Resources>
<Dependencies>
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22000.1" />
</Dependencies>
<Applications>
<Application Id="SAFEGUARD" Executable="VFS\AppData\SafeGuard\SafeGuard.exe" EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements BackgroundColor="transparent" DisplayName="SafeGuard" Square150x150Logo="Assets\SAFEGUARD-Square150x150Logo.png" Square44x44Logo="Assets\SAFEGUARD-Square44x44Logo.png" Description="SafeGuard">
<uap:DefaultTile Wide310x150Logo="Assets\SAFEGUARD-Wide310x150Logo.png" Square310x310Logo="Assets\SAFEGUARD-Square310x310Logo.png" Square71x71Logo="Assets\SAFEGUARD-Square71x71Logo.png" />
</uap:VisualElements>
<Extensions>
<desktop:Extension Category="windows.startupTask" Executable="VFS\AppData\SafeGuard\SafeGuard.exe" EntryPoint="Windows.FullTrustApplication">
<desktop:StartupTask TaskId="SAFEGUARD" Enabled="true" DisplayName="SafeGuard" />
</desktop:Extension>
</Extensions>
</Application>
</Applications>
<Capabilities>
<rescap:Capability Name="runFullTrust" />
</Capabilities>
<mp:PhoneIdentity PhoneProductId="ddd77702-57f6-4ace-bc44-fb4e7f980462" PhonePublisherId="11c23fa8-39cf-4920-ad7e-38a7f7e193d9" />
</Package>
i have not yet deleted the .msix (now .zip) file pending your input. i did not load the files on onedrive as I am not sure you need them with the information I provided. let me know if you need me to do so or if you need any other information.
i think it is not installed on my computer since i did not see it on the list of installed apps. would you agree?
thanks again!