1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
<?xml version="1.0"?>
<component type="desktop-application">
<id>org.mozilla.firefox</id>
<name>Firefox</name>
<name lang="fr-FR">Renard de feu</name>
<name lang="de-DE">Feuerfuchs</name>
<summary>Web browser</summary>
<summary lang="fr-FR">Navigateur web</summary>
<provides>
<mediatype>text/html</mediatype>
<mediatype>text/xml</mediatype>
<mediatype>application/xhtml+xml</mediatype>
<mediatype>application/vnd.mozilla.xul+xml</mediatype>
<mediatype>text/mml</mediatype>
<mediatype>application/x-xpinstall</mediatype>
<mediatype>x-scheme-handler/http</mediatype>
<mediatype>x-scheme-handler/https</mediatype>
</provides>
<pkgname>firefox-bin</pkgname>
<icon type="stock">web-browser</icon>
<icon type="cached" width="64" height="64">firefox_web-browser.png</icon>
<keywords>
<keyword>internet</keyword>
<keyword>web</keyword>
<keyword>browser</keyword>
<keyword lang="fr-FR">navigateur</keyword>
</keywords>
<categories>
<category>network</category>
<category>web</category>
</categories>
<url type="homepage">http://www.mozilla.com</url>
<translation type="gettext" source_locale="de">firefox</translation>
</component>
|