Files
therinaldos.com/wedding-pics/apps/files_pdfviewer/appinfo/info.xml
T
david ef1ff240d4
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s
migrate therinaldos.com data
2024-05-05 15:50:45 -04:00

27 lines
1010 B
XML

<?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>files_pdfviewer</id>
<name>PDF viewer</name>
<summary>PDF viewer</summary>
<description><![CDATA[Directly view PDF documents in your Nextcloud.
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>2.9.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/nextcloud/files_pdfviewer/issues</bugs>
<website>https://github.com/nextcloud/files_pdfviewer</website>
<repository type="git">https://github.com/nextcloud/files_pdfviewer.git</repository>
<dependencies>
<nextcloud min-version="28" max-version="28" />
</dependencies>
</info>