<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
    xmlns="http://schemas.microsoft.com/appx/appinstaller/2018"
    Version="1.0.0.0"
    Uri="https://vpn99.net/builds/vpn99.appinstaller" >

    <MainPackage
        Name="VPN99"
        Publisher="CN=Keen Internet Technologies Ltd, O=Keen Media Group, L=Rishon LeZion, C=IL"
        Version="3.1.7.0"
        ProcessorArchitecture="x64"
        Uri="https://vpn99.net/builds/vpn99_setup.msix" />

 <UpdateSettings>
        <OnLaunch 
            HoursBetweenUpdateChecks="12"
            UpdateBlocksActivation="false"
            ShowPrompt="false" />
    </UpdateSettings>

</AppInstaller>
