Files
quicknotes/appinfo/info.xml
Matias De lellis 6bac24030d Move to precompiled handlebars templates.
In Nextcloud 15 the default Content Security Policy disallows unsafe
eval expressions, so Handlebars templates can no longer be compiled at
runtime.

Fix issue #18
2019-02-12 12:29:11 -03:00

23 lines
1.2 KiB
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>quicknotes</id>
<name>Quick notes</name>
<summary>Quick notes with a basic rich text</summary>
<description>Quick notes with a basic rich text</description>
<version>0.1.5</version>
<licence>agpl</licence>
<author>Matias De lellis</author>
<namespace>QuickNotes</namespace>
<category>office</category>
<category>tools</category>
<website>https://github.com/matiasdelellis/quicknotes</website>
<bugs>https://github.com/matiasdelellis/quicknotes/issues</bugs>
<repository type="git">https://github.com/matiasdelellis/quicknotes.git</repository>
<screenshot small-thumbnail="https://user-images.githubusercontent.com/733715/38871311-dac5a80a-4226-11e8-961d-63b276380b6b.png">https://user-images.githubusercontent.com/733715/38871311-dac5a80a-4226-11e8-961d-63b276380b6b.png</screenshot>
<screenshot>https://user-images.githubusercontent.com/733715/38871255-b07a7d5a-4226-11e8-8403-650cbea50be0.png</screenshot>
<dependencies>
<nextcloud min-version="14" max-version="15"/>
</dependencies>
</info>