24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.f7cloud.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 F7cloud, choose the best GIF of your collection thanks to the direct preview of your favorites files and many more!]]></description>
|
|
<version>5.0.0-dev.0</version>
|
|
<licence>agpl</licence>
|
|
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
|
|
<namespace>Viewer</namespace>
|
|
<category>tools</category>
|
|
<bugs>https://github.com/f7cloud/viewer</bugs>
|
|
<screenshot>https://raw.githubusercontent.com/f7cloud/screenshots/master/apps/Viewer/viewer.png</screenshot>
|
|
<dependencies>
|
|
<f7cloud min-version="1" max-version="2" />
|
|
</dependencies>
|
|
<default_enable />
|
|
</info>
|