Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d51d3b9a7d043dc9276f914b1e7b68ea666d2ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<info>
	<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.7.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="26" max-version="26" />
	</dependencies>
</info>