<?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>🌍🌏🌎 The whole world fits inside your cloud!</summary>
    <description><![CDATA[**The whole world fits inside your cloud!**

- **🗺 Beautiful map:** Using [OpenStreetMap](https://www.openstreetmap.org) and [Leaflet](https://leafletjs.com), you can choose between standard map, satellite, topographical, dark mode or even watercolor! 🎨
- **⭐ Favorites:** Save your favorite places, privately! Sync with [GNOME Maps](https://github.com/nextcloud/maps/issues/30) and mobile apps is planned.
- **🧭 Routing:** Possible using either [OSRM](http://project-osrm.org), [GraphHopper](https://www.graphhopper.com) or [Mapbox](https://www.mapbox.com).
- **🖼 Photos on the map:** No more boring slideshows, just show directly where you were!
- **🙋 Contacts on the map:** See where your friends live and plan your next visit.
- **📱 Devices:** Lost your phone? Check the map!
- **〰 Tracks:** Load GPS tracks or past trips. Recording with [PhoneTrack](https://f-droid.org/en/packages/net.eneiluj.nextcloud.phonetrack/) or [OwnTracks](https://owntracks.org) is planned.
    ]]></description>
    <version>1.6.0</version>
    <licence>agpl</licence>
    <author mail="eneiluj@posteo.net">Julien Veyssier</author>
    <author mail="kontakt+github@arne.email">Arne Hamann</author>
    <author homepage="https://jancborchardt.net">Jan C. Borchardt</author>
    <namespace>Maps</namespace>
    <types>
        <filesystem/>
    </types>
    <category>integration</category>
    <category>multimedia</category>
    <category>organization</category>
    <category>social</category>
    <category>tools</category>
    <website>https://github.com/nextcloud/maps</website>
    <bugs>https://github.com/nextcloud/maps/issues</bugs>
    <repository type="git">https://github.com/nextcloud/maps.git</repository>
    <screenshot>https://raw.githubusercontent.com/nextcloud/maps/master/screenshots/screenshot1.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/nextcloud/maps/master/screenshots/screenshot2.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/nextcloud/maps/master/screenshots/screenshot3.png</screenshot>
    <dependencies>
        <php min-version="8.1" max-version="8.4"/>
        <lib>exif</lib>
        <nextcloud min-version="30" max-version="31"/>
    </dependencies>
    <repair-steps>
		<post-migration>
			<step>OCA\Maps\Migration\RegisterMimeType</step>
		</post-migration>
        <install>
            <step>OCA\Maps\Migration\InstallScan</step>
			<step>OCA\Maps\Migration\RegisterMimeType</step>
        </install>
		<uninstall>
			<step>OCA\Maps\Migration\UnregisterMimeType</step>
		</uninstall>
    </repair-steps>
    <commands>
        <command>OCA\Maps\Command\RescanPhotos</command>
        <command>OCA\Maps\Command\RescanTracks</command>
		<command>OCA\Maps\Command\RegisterMimetypes</command>
    </commands>
    <settings>
        <admin>OCA\Maps\Settings\AdminSettings</admin>
    </settings>
    <navigations>
        <navigation>
            <name>Maps</name>
            <route>maps.page.index</route>
            <icon>app.svg</icon>
        </navigation>
    </navigations>
</info>
