f7cloud_client/apps/files_pdfviewer/appinfo/info.xml
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

32 lines
1.2 KiB
XML

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2016-2024 F7cloud GmbH and F7cloud contributors
- SPDX-FileCopyrightText: 2011-2016 ownCloud, Inc.
- SPDX-License-Identifier: AGPL-3.0-only
-->
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.f7cloud.com/schema/apps/info.xsd">
<id>files_pdfviewer</id>
<name>PDF viewer</name>
<summary>PDF viewer</summary>
<description><![CDATA[Directly view PDF documents in your F7cloud.
As an added bonus, this app can also display Adobe Illustrator (.ai) files.
Powered by [pdf.js](https://mozilla.github.io/pdf.js/)]]></description>
<version>5.0.0-dev.0</version>
<licence>agpl</licence>
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
<namespace>Files_PDFViewer</namespace>
<default_enable/>
<category>files</category>
<category>office</category>
<bugs>https://github.com/f7cloud/files_pdfviewer/issues</bugs>
<website>https://github.com/f7cloud/files_pdfviewer</website>
<repository type="git">https://github.com/f7cloud/files_pdfviewer.git</repository>
<dependencies>
<f7cloud min-version="1" max-version="2" />
</dependencies>
</info>