<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.MX-simplewizard" 
name="[B][COLOR darkorange]MxS [COLOR snow]Simple Wizard[/COLOR][/B]" 
version="2026.5.3" 
provider-name="Forked By Jap-Slappa">
	<requires>
		<import addon="xbmc.python" version="3.0.0"/>
	</requires>
	<extension point="xbmc.python.pluginsource" library="addon.py">
		<provides>executable</provides>
	</extension>
	<extension point="xbmc.service" library="service.py" />
	<extension point="xbmc.addon.metadata">
		<summary lang="en_GB">Simple Wizard is a lightweight Wizard for installing builds on Kodi. 
Has some code from Aftermath Wizard by Surfacingx. 
Skin Switch by OpenELEQ. Base code by BYB. 
Credits to them and all others who contributed (Slam, Sarge, Funsterbe, BYB). </summary>
		<description lang="en_GB">
[B][COLOR darkorange]MxS [COLOR snow]Simple Wizard[/COLOR][/B]
28th/May/2026 :  
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.
ALL URLs are used via the TailScale VPN Network and not accessible outside of it.
		</description>
		<disclaimer lang="en_GB">This Addon contains no content</disclaimer>
		<language>en</language>
		<platform>all</platform>
		<license>GPL-2.0-or-later</license>
		<forum></forum>
		<website></website> 
		<email></email>
		<source></source>
		<news>
[B][COLOR dodgerblue]Version 2026.05.3[COLOR snow] : [COLOR yellow]28th May 2026[/COLOR][/B] - Jap-Slappa
 - v5.3
 - Move addon art from resources to root folder.

[B][COLOR dodgerblue]Version 2026.05.2[COLOR snow] : [COLOR yellow]28th May 2026[/COLOR][/B] - Jap-Slappa
 - v5.2
 - Customized more settings

[B][COLOR dodgerblue]Version 2026.05.1[COLOR snow] : [COLOR yellow]28th May 2026[/COLOR][/B] - Jap-Slappa
 - Initial Commit v5.1
 - 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 Does 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>
				<banner></banner>
				<clearlogo></clearlogo>
				<screenshot></screenshot>
		</assets>
	</extension>
</addon>