35 строки
1.1 KiB
XML
35 строки
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>maps</id>
|
|
<name>Maps</name>
|
|
<summary>Simple maps app for Nextcloud</summary>
|
|
<description><![CDATA[Simple maps app to display a leaflet map.]]></description>
|
|
<licence>agpl</licence>
|
|
<author mail="eneiluj@posteo.net">Julien Veyssier</author>
|
|
<author mail="kontakt+github@arne.email">Arne Hamann</author>
|
|
<version>0.0.9</version>
|
|
<namespace>Maps</namespace>
|
|
<category>multimedia</category>
|
|
<bugs>https://github.com/nextcloud/maps/issues</bugs>
|
|
<dependencies>
|
|
<nextcloud min-version="15" max-version="17"/>
|
|
<lib>exif</lib>
|
|
</dependencies>
|
|
<navigations>
|
|
<navigation>
|
|
<name>Maps</name>
|
|
<route>maps.page.index</route>
|
|
</navigation>
|
|
</navigations>
|
|
<types>
|
|
<filesystem/>
|
|
</types>
|
|
<commands>
|
|
<command>OCA\Maps\Command\RescanPhotos</command>
|
|
</commands>
|
|
<settings>
|
|
<admin>OCA\Maps\Settings\AdminSettings</admin>
|
|
</settings>
|
|
</info>
|