diff options
author | Martin Stransky <stransky@redhat.com> | 2019-12-06 09:59:05 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-12-06 09:59:05 +0100 |
commit | 2c0f8edce9d5789d4b4901aa56b1fa25a36e27c9 (patch) | |
tree | 4551c73532e1e084ae4da55fef63c4d2a873f004 /firefox.metainfo.appdata.xml | |
parent | Included kiosk mode workaround (mozbz#1594738) (diff) | |
download | librewolf-fedora-ff-2c0f8edce9d5789d4b4901aa56b1fa25a36e27c9.tar.gz librewolf-fedora-ff-2c0f8edce9d5789d4b4901aa56b1fa25a36e27c9.tar.bz2 librewolf-fedora-ff-2c0f8edce9d5789d4b4901aa56b1fa25a36e27c9.zip |
Remove appdata and ship metainfo only
Diffstat (limited to 'firefox.metainfo.appdata.xml')
-rw-r--r-- | firefox.metainfo.appdata.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/firefox.metainfo.appdata.xml b/firefox.metainfo.appdata.xml index b6d8050..4c5c398 100644 --- a/firefox.metainfo.appdata.xml +++ b/firefox.metainfo.appdata.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2019 Firefox contributors --> <component type="desktop"> - <id>org.mozilla.Firefox.desktop</id> + <id>firefox.desktop</id> <metadata_license>CC0-1.0</metadata_license> <name>Firefox</name> <summary>Web Browser</summary> @@ -25,7 +25,13 @@ <summary xml:lang="sk">=Internetový prehliadač</summary> <summary xml:lang="sv">=Webbläsare</summary> <description> - <p>Browse the Web</p> + <p>Browse the Web<br><br> + Bringing together all kinds of awesomeness to make browsing better for you. + Get to your favorite sites quickly – even if you don’t remember the URLs. + Type your term into the location bar (aka the Awesome Bar) and the autocomplete + function will include possible matches from your browsing history, bookmarked + sites and open tabs. + </p> <p xml:lang="ca">Navegueu per el web</p> <p xml:lang="cs">Prohlížení stránek World Wide Webu</p> <p xml:lang="de">Im Internet surfen</p> @@ -62,6 +68,11 @@ <provides> <id>firefox.desktop</id> </provides> + <screenshots> + <screenshot type="default">https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/a.png</screenshot> + <screenshot>https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/b.png</screenshot> + <screenshot>https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/c.png</screenshot> + </screenshots> <releases> <release date="2019-11-13" version="3.34.0"/> </releases> |