forked from phil65/script.maps.browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
21 lines (21 loc) · 1004 Bytes
/
Copy pathaddon.xml
File metadata and controls
21 lines (21 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.maps.browser" name="Maps Browser" version="1.1.0" provider-name="Philipp Temminghoff (phil65)">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.pil" version="1.1.7"/>
<import addon="script.module.kodi65" version="1.0.0"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language/>
<summary lang="en">Google Maps Browser (including Street View)</summary>
<description lang="en">This Maps Browser Add-on allows you to explore the map with a remote. It can also show POIs, geotagged images and much more on the map.</description>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE Version 2, June 1991</license>
<forum>-</forum>
<source>https://github.com/phil65/script.maps.browser</source>
<email>phil65@kodi.tv</email>
</extension>
</addon>