forked from nextcloud/viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
19 lines (19 loc) · 1.02 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>viewer</id>
<name>Viewer</name>
<summary>Simple file viewer with slideshow for media</summary>
<description><![CDATA[Show your latest holiday photos and videos like in the movies, show a glimpse of your latest novel directly from your nextcloud, choose the best GIF of your collection thanks to the direct preview of your favorites files and many more!]]></description>
<version>1.5.0</version>
<licence>agpl</licence>
<namespace>Viewer</namespace>
<category>tools</category>
<bugs>https://github.com/nextcloud/viewer</bugs>
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Viewer/viewer.png</screenshot>
<dependencies>
<nextcloud min-version="21" max-version="21" />
</dependencies>
<default_enable />
</info>