forked from danielornelas/script.launch.steam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
23 lines (23 loc) · 941 Bytes
/
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.launch.chromium" name="Chromium" version="1.0.0" provider-name="maufl">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.python.script" library="addon.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Linux Chromium Launcher</summary>
<description lang="en">Dead simple Chromium launcher. Edit "addon.py" to change path and options if needed.</description>
<license>GNU General Public License, v3</license>
<language></language>
<source>https://github.com/maufl/script.launch.chromium</source>
<website></website>
<email>[email protected]</email>
<assets>
<icon>icon.png</icon>
</assets>
<news>First release. Forked from https://github.com/StudioAnadeji/script.launch.steam</news>
</extension>
</addon>