diff options
-rw-r--r-- | install.rdf.template | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/install.rdf.template b/install.rdf.template index e447a3e..88ecbfc 100644 --- a/install.rdf.template +++ b/install.rdf.template @@ -25,37 +25,39 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <em:id>bitmask-thunderbird@leap.se</em:id> <em:name>Bitmask Thunderbird Extension</em:name> <em:version>__VERSION__</em:version> + <em:type>2</em:type> + <em:description>Automatic configuration for Bitmask Encrypted Mail accounts. + </em:description> <em:creator>LEAP developers</em:creator> - <em:type>2</em:type> <!-- type=extension --> + <em:contributor>Andre Jucovsky Bianchi + </em:contributor> + <em:homepageURL>https://github.com/leapcode/thunderbird_extension/</em:homepageURL> + <em:iconURL>chrome://bitmask/content/logo-small.png</em:iconURL> <em:targetApplication> <Description> <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> - <em:minVersion>24.0</em:minVersion> + <em:minVersion>23.999</em:minVersion> <em:maxVersion>24.*</em:maxVersion> </Description> </em:targetApplication> - <!-- here is an example for future localizations ; - em: name, em:description, em:creator - should probably be overridden --> <em:localized> <Description> <em:locale>en-US</em:locale> <em:name>Bitmask</em:name> - <em:description>Configure Bitmask encrypted mail accounts. + <em:description>Configure Bitmask Encrypted Mail accounts. </em:description> <em:creator>The LEAP Encryption Access Project</em:creator> </Description> - </em:localized> + </em:localized> <em:localized> <Description> <em:locale>es-ES</em:locale> <em:name>Bitmask</em:name> - <em:description>Configura cuentas Bitmask de correo cifrado. + <em:description>Configura cuentas Bitmask de Correo Cifrado. </em:description> <em:creator>El projecto LEAP, Encryption Access Project</em:creator> </Description> - </em:localized> - + </em:localized> </Description> </RDF> |