<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>Hovpn</title>
    <organization>com.hovpn</organization>
    <!-- Current-user-home install: sets up the local engine + native host in
         ~/.hovpn with no admin password. The extension itself is installed
         from the Chrome Web Store. -->
    <domains enable_localSystem="false" enable_currentUserHome="true" enable_anywhere="false"/>
    <options customize="never" require-scripts="true" rootVolumeOnly="false"/>
    <welcome file="welcome.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <choices-outline>
        <line choice="default">
            <line choice="com.hovpn.host.pkg"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.hovpn.host.pkg" visible="false">
        <pkg-ref id="com.hovpn.host.pkg"/>
    </choice>
    <pkg-ref id="com.hovpn.host.pkg" version="1.0.0" onConclusion="none" installKBytes="0" updateKBytes="0">#hovpn-component.pkg</pkg-ref>
    <pkg-ref id="com.hovpn.host.pkg">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>