-
Notifications
You must be signed in to change notification settings - Fork 25
/
addon.xml
20 lines (20 loc) · 984 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.program.chrome.launcher" name="Chrome Launcher" version="1.1.1" provider-name="AddonScriptorDE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Launch websites via Chrome in Kiosk-mode</summary>
<language></language>
<description lang="en">Launch websites via Chrome in Kiosk-mode</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/AddonScriptorDE/plugin.program.chrome.launcher</source>
<forum>http://forum.xbmc.org/showthread.php?tid=170965</forum>
<email>AddonScriptorDE at yahoo dot de</email>
<website></website>
</extension>
</addon>