Skip to content

Commit

Permalink
Merge pull request #66 from nextcloud/fix_info.xml
Browse files Browse the repository at this point in the history
Fix info.xml
  • Loading branch information
rullzer committed Mar 20, 2018
2 parents fb45b2a + 253e6f1 commit 4862a69
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions appinfo/info.xml
Expand Up @@ -2,8 +2,8 @@
<info>
<id>files_pdfviewer</id>
<name>PDF viewer</name>
<description>
This application integrates the PDF.js library into Nextcloud. Using this
<summary>A pdf viewer for Nextcloud</summary>
<description><![CDATA[This application integrates the PDF.js library into Nextcloud. Using this
application users can view their PDF files online without the need to
download the file.
Expand All @@ -13,14 +13,15 @@ snapshot of the document. The PDF viewer requires a modern browser and
will not work with Microsoft® Internet Explorer® versions below 9.
PDF.js is a JavaScript library developed by Mozilla, you can learn more
about the PDF.js project at [https://mozilla.github.io/pdf.js/](https://mozilla.github.io/pdf.js/)
</description>
<licence>AGPL</licence>
<author>Thomas Müller, Lukas Reschke</author>
about the PDF.js project at [https://mozilla.github.io/pdf.js/](https://mozilla.github.io/pdf.js/)]]></description>
<version>1.2.1</version>
<licence>agpl</licence>
<author>Thomas Müller, Lukas Reschke</author>
<default_enable/>
<category>files</category>
<category>office</category>
<bugs>https://github.com/nextcloud/files_pdfviewer/issues</bugs>
<dependencies>
<nextcloud min-version="13" max-version="13" />
</dependencies>
<shipped>true</shipped>
<default_enable/>
</info>

0 comments on commit 4862a69

Please sign in to comment.