forked from Sequoia689/Browser-Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
23 lines (23 loc) · 1.12 KB
/
addon.xml
File metadata and controls
23 lines (23 loc) · 1.12 KB
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="plugin.BrowserLauncher" name="Browser Launcher (Linux)" version="0.1" provider-name="AddonScriptorDE + Sandmann79 + Sequoia888 + GhostNoise (code-apeman)">
<requires>
<import addon="xbmc.python" version="3.0.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_GB">Browser Launcher</summary>
<language></language>
<description lang="en_GB">Launch websites via selected Browser in Kiosk-mode</description>
<description lang="ru">3anyck Be6cauToB 4epe3 BbI6paHHbIu 6pay3ep</description>
<description lang="de">Öffnet Websiten mit dem ausgewählten Browser im Vollbildmodus</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<email>software@ghostnoise.ru</email>
<website>https://software.ghostnoise.ru</website>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>