-
Notifications
You must be signed in to change notification settings - Fork 4
/
manifest.xml
23 lines (22 loc) · 859 Bytes
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<updates>
<update>
<name>mod_ccctwoclick</name>
<description>This module reveals an external iframe only after user click. (2-Click Solution) to respect the privacy of the user.</description>
<element>mod_ccctwoclick</element>
<type>module</type>
<client>site</client>
<version>2.1-rc3</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/coolcat-creations/mod_ccctwoclick/releases/download/2.1-rc3/mod_ccctwoclick.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<infourl title="CCC Twoclick on GitHub">
https://github.com/coolcat-creations/mod_ccctwoclick/blob/master/README.md
</infourl>
<maintainer>Elisa Foltyn</maintainer>
<maintainerurl>https://www.coolcat-creations.com</maintainerurl>
<targetplatform name="joomla" version="(4|3\.([89]|10))\b"/>
</update>
</updates>