-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
30 lines (28 loc) · 1.13 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<addon id="webinterface.devhelper" version="0.3.0" name="Devhelper web" provider-name="Ryan Rector">
<requires>
<import addon="xbmc.json" version="6.0.0"/>
</requires>
<extension point="xbmc.webinterface"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Development web interface</summary>
<description lang="en">A web interface to help with design and development.</description>
<news>v0.3.0 (2020-03-18)
- Fix: bits
v0.2.1 (2018-09-17)
- Fix: too long "running data" requests for websockets, again
v0.2.0 (2018-09-13)
- Feature: settings to add or change additional script windows shown in "Visible windows"
- Feature: settings to configure artwork types shown in Video and Music art
- Feature: add settings to toggle JSON syntax highlighting
- Feature: add a 5 second delay option to Running Data
</news>
<platform>all</platform>
<source>https://github.com/rmrector/webinterface.devhelper</source>
<assets>
<icon>icon.png</icon>
<screenshot>resources/screenshot1.jpg</screenshot>
<screenshot>resources/screenshot2.jpg</screenshot>
</assets>
</extension>
</addon>