diff options
author | drebs <drebs@leap.se> | 2014-01-06 14:52:13 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-01-06 14:52:13 -0200 |
commit | 051a10ec0031019682926a179aa944fc01eb2761 (patch) | |
tree | e30c4783e1fb9e113fddadedb67f67ce4ee718d0 /install.rdf.template | |
parent | 7f851488dbc8fe70924432c279488e31b662f854 (diff) | |
parent | a4998aefd3e752006b59b6d0689796283df629eb (diff) |
Merge remote-tracking branch 'remotes/kalikaneko/feature/add-logo' into develop
Diffstat (limited to 'install.rdf.template')
-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> |