<?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>unsplash</id>
    <name>Splash</name>
    <summary>📸🔀☁️ Random background from Unsplash</summary>
    <summary lang="de">📸🔀☁️ Zufällige Hintergrundbilder von Unsplash</summary>
    <description>Show a new random featured nature photo from Unsplash in your nextcloud.</description>
    <description lang="de">Zeigt ein zufällig ausgewähltes Naturfoto von Unsplash in ihrer Nextcloud.</description>
    <version>1.2.5</version>
    <licence>agpl</licence>
    <author mail="hey@jancborchardt.net" homepage="https://jancborchardt.net">Jan-Christoph Borchardt</author>
    <author homepage="https://github.com/marius-wieschollek">Marius Wieschollek</author>
    <author homepage="https://github.com/newhinton">Felix Nüsse</author>
    <namespace>Unsplash</namespace>
    <category>customization</category>
    <category>multimedia</category>
    <category>tools</category>
    <website>https://github.com/jancborchardt/unsplash/</website>
    <bugs>https://github.com/jancborchardt/unsplash/issues</bugs>
    <repository type="git">https://github.com/jancborchardt/unsplash.git</repository>
    <screenshot>https://raw.githubusercontent.com/jancborchardt/unsplash/master/unsplash.jpg</screenshot>
    <screenshot>https://raw.githubusercontent.com/jancborchardt/unsplash/master/unsplash-header.jpg</screenshot>
    <dependencies>
        <php min-version="7.0" />
        <nextcloud min-version="14" max-version="24"/>
    </dependencies>
    <settings>
        <admin>OCA\Unsplash\Settings\AdminSettings</admin>
        <personal>OCA\Unsplash\Settings\PersonalSettings</personal>
        <personal-section>OCA\Unsplash\Settings\PersonalSection</personal-section>
    </settings>
</info>

