This repository was archived by the owner on Dec 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.xml
More file actions
24 lines (24 loc) · 1.23 KB
/
addon.xml
File metadata and controls
24 lines (24 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.web.browser" name="Mouseless Web Browser" version="0.2.0" provider-name="M. Koenig">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.buggalo" version="1.2.0"/>
</requires>
<extension point="xbmc.python.script" library="main.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Mouseless web browser</summary>
<description lang="en">
This is a mouseless web browser using phantomjs and injection to display web sites. Using the remote you can browse the webpages.
</description>
<description lang="de">
Dies ist ein Web Browser, der ohne Maus bedient werden kann. Mit phantomjs und Java Injection werden die Seiten als Bild angezeigt. Über die Fernbedienung kann eine Seite per Nummer angewählt werden.
</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://</forum>
<source>http://</source>
</extension>
</addon>