<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.STV-openwiz-VPN"
name="[COLOR dodgerblue]STV VPN [COLOR limegreen]Open[COLOR snow]-Wizard 2025[/COLOR]" 
version="2025.03" 
provider-name="Forked by Jap-Slappa">
    <requires>
        <import addon="xbmc.python" version="3.0.0" />
        <import addon="script.module.requests" />
        <import addon="script.module.six" />
        <import addon="script.kodi.android.update" optional="true" version="1.1.7" />
        <import addon="script.speedtester" optional="true" version="1.1.2" />
    </requires>

    <extension point="xbmc.python.pluginsource" library="default.py">
        <provides>executable</provides>
    </extension>

    <extension point="xbmc.service" library="startup.py" start="startup" />

    <extension point="xbmc.addon.metadata">
        <summary lang="en">[COLOR dodgerblue]STV VPN [COLOR limegreen]Open[COLOR snow]-Wizard[/COLOR] (2025)</summary>
        <description lang="en">
[COLOR dodgerblue]STV VPN [COLOR limegreen]Open[COLOR snow]-Wizard[/COLOR] (2025) 
This Wizard has many maintenance features for Kodi Builds. 
Selective add-on data saving, and automated build installs.
** The Open-Wizard Template was create by drinfernoo **
** All credit to the OG Devs... drinfernoo, slamious **
25th/June/2025 : 
- I copied this version from a working zip made by drinfernoo. 
This Wizard will be hosted locally on my DS918 Home Web server ONLY, 
as it will also contain the URL's to my Private Builds.
        </description>
        <platform>all</platform>
        <reuselanguageinvoker>false</reuselanguageinvoker>
        <source>https://www.github.com/a4k-openproject/plugin.program.openwizard/</source>
        <news>
[B][COLOR dodgerblue]Version 2025.03[COLOR snow] : [COLOR yellow]1st July 2025[/COLOR][/B] - Jap-Slappa
 - Formatted the uservar.py File
 - Updated: Addon.xml
 - Added: URLs for My Repo
 - Added: More Builds into the builds file
 - Added: More APKs into the APKs file

[B][COLOR dodgerblue]Version 2025.02[COLOR snow] : [COLOR yellow]29th June 2025[/COLOR][/B] - Jap-Slappa
 - Bumped the version due to Fanart error in the Addon.xml

[B][COLOR dodgerblue]Version 2025.01[COLOR snow] : [COLOR yellow]25th June 2025[/COLOR][/B] - Jap-Slappa
 - Initial Commit
 - Forked by Jap-Slappa
 - Text Files + Zip: Setup on my DS918 Home Web Server
 - URL Paths all using Tailscale VPN, into DS918
 - As long as Tailscale is installed + Connected this Wizard should work
 - All Tailscale VPN URLs ARE Encrypted! So I can add my build URLs into this wizard
        </news>
        <assets>
            <icon>icon.png</icon>
            <fanart>fanart.jpg</fanart>
        </assets>
    </extension>
</addon>