File: appdata.xml

package info (click to toggle)
appstream 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,408 kB
  • sloc: ansic: 51,906; xml: 10,459; cpp: 4,721; python: 538; sh: 260; makefile: 24
file content (34 lines) | stat: -rw-r--r-- 1,216 bytes parent folder | download | duplicates (3)
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>