summaryrefslogtreecommitdiffstats
path: root/comm/taskcluster/docker/tb-flatpak/org.mozilla.Thunderbird.appdata.xml.in
blob: 5a103650cebe0be11ace221599281f08fbf7e0a7 (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
  <id>org.mozilla.Thunderbird</id>
  <launchable type="desktop-id">org.mozilla.Thunderbird.desktop</launchable>
  <metadata_license>CC0-1.0</metadata_license>
  <name>Thunderbird</name>
  <summary>Thunderbird is a free and open source email, newsfeed, chat, and calendaring client</summary>

  <description>
    <!-- From https://www.thunderbird.net/en-US/about/  -->
    <p>
      Thunderbird is a free and open source email, newsfeed, chat, and
      calendaring client, that’s easy to set up and customize. One of the core
      principles of Thunderbird is the use and promotion of open standards -
      this focus is a rejection of our world of closed platforms and services
      that can’t communicate with each other. We want our users to have freedom
      and choice in how they communicate.
    </p>
    <p>
      Thunderbird is an open source project, which means anyone can contribute
      ideas, designs, code, and time helping fellow users.
    </p>
  </description>

  <releases>
    <release version="$VERSION" date="$DATE">
      <url>$RELEASE_NOTES_URL</url>
    </release>
  </releases>

  <keywords>
    <keyword>mozilla</keyword>
    <keyword>mail</keyword>
    <keyword>email</keyword>
    <keyword>calendar</keyword>
  </keywords>

  <categories>
    <category>Calendar</category>
    <category>Chat</category>
    <category>ContactManagement</category>
    <category>Email</category>
    <category>Feed</category>
    <category>InstantMessaging</category>
    <category>IRCClient</category>
    <category>Network</category>
    <category>News</category>
    <category>Office</category>
  </categories>

  <provides>
    <mediatype>message/rfc822</mediatype>
    <mediatype>x-scheme-handler/mailto</mediatype>
    <mediatype>text/calendar</mediatype>
    <mediatype>text/vcard</mediatype>
    <mediatype>text/x-vcard</mediatype>
    <mediatype>x-scheme-handler/webcal</mediatype>
    <mediatype>x-scheme-handler/webcals</mediatype>
    <mediatype>x-scheme-handler/mid</mediatype>
  </provides>

  <content_rating type="oars-1.1" />
  <url type="homepage">https://www.thunderbird.net/</url>
  <url type="bugtracker">https://bugzilla.mozilla.org/</url>
  <url type="faq">https://support.mozilla.org/kb/thunderbird-faq/</url>
  <url type="help">https://support.mozilla.org/products/thunderbird/</url>
  <url type="donation">https://give.thunderbird.net/</url>
  <url type="translate">https://www.thunderbird.net/en-US/get-involved/#translation</url>
  <url type="contact">https://www.thunderbird.net/contact/</url>
  
  <screenshots>
    <screenshot type="default">https://raw.githubusercontent.com/thunderbird/flatpak-screenshots/main/image_1.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/thunderbird/flatpak-screenshots/main/image_2.png</screenshot>
  </screenshots>
  
  <custom>
    <value key="flathub::manifest">$MANIFEST_URL</value>
  </custom>

  <project_group>Mozilla</project_group>
  <project_license>MPL-2.0</project_license>
  <developer_name>MZLA Technologies, part of the Mozilla Foundation</developer_name>
</component>