mirror of
https://github.com/zen-browser/flatpak.git
synced 2025-07-07 17:05:36 +02:00
Reorganize and improve metainfo
Updates the metainfo to make the app integrate better with Linux app store frontends, and brings it more in line with Flathub's [quality guidelines](https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/quality-guidelines). The only thing missing now is screenshots with shadows taken on Linux.
This commit is contained in:
parent
fcb7ae6b70
commit
4f5d3fffd5
1 changed files with 51 additions and 29 deletions
|
@ -1,31 +1,68 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<metadata_license>MIT</metadata_license>
|
||||
<project_license>MPL-2.0</project_license>
|
||||
<id>io.github.zen_browser.zen</id>
|
||||
<url type="homepage">https://get-zen.vercel.app</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
|
||||
<name>Zen</name>
|
||||
<summary>Your browser, your way</summary>
|
||||
|
||||
<developer id="io.github.zen_browser.zen">
|
||||
<name>Zen Team</name>
|
||||
</developer>
|
||||
|
||||
<name>Zen Browser</name>
|
||||
<summary>A fast, beautifull browser</summary>
|
||||
|
||||
<metadata_license>MIT</metadata_license>
|
||||
<project_license>MPL-2.0</project_license>
|
||||
|
||||
<description>
|
||||
<p>Zen Browser is a firefox based browser that will change the way you surf the web!</p>
|
||||
|
||||
<p>Zen is the best way to browse the web. Beautifully designed, privacy-focused, and packed with features. We care about your experience, not your data.</p>
|
||||
<ul>
|
||||
<li>Split views</li>
|
||||
<li>Web Sidebar</li>
|
||||
<li>Tab Groups</li>
|
||||
<li>Customizable UI</li>
|
||||
<li>Split view</li>
|
||||
<li>Web sidebar</li>
|
||||
<li>Tab groups</li>
|
||||
<li>Customizable interface</li>
|
||||
<li>Vertical Tabs</li>
|
||||
<li>And more...</li>
|
||||
</ul>
|
||||
</description>
|
||||
|
||||
<url type="homepage">https://zen-browser.app</url>
|
||||
<url type="bugtracker">https://github.com/zen-browser/desktop/issues</url>
|
||||
<url type="help">https://docs.zen-browser.app</url>
|
||||
<url type="faq">https://docs.zen-browser.app/faq</url>
|
||||
<url type="donation">https://www.patreon.com/zen_browser</url>
|
||||
<url type="translate">https://crowdin.com/project/zen-browser</url>
|
||||
<url type="contact">https://discord.gg/nnShMQzR4b</url>
|
||||
<url type="vcs-browser">https://github.com/zen-browser</url>
|
||||
<url type="contribute">https://docs.zen-browser.app/contribute/CONTRIBUTING</url>
|
||||
|
||||
<branding>
|
||||
<color type="primary" scheme_preference="light">#d9d9d9</color>
|
||||
<color type="primary" scheme_preference="dark">#f5f5f5</color>
|
||||
</branding>
|
||||
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://get-zen.vercel.app/browser-dark.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://get-zen.vercel.app/browser-light.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
<content_rating type="oars-1.1" />
|
||||
<launchable type="desktop-id">io.github.zen_browser.zen.desktop</launchable>
|
||||
|
||||
<requires>
|
||||
<display_length compare="ge">450</display_length>
|
||||
</requires>
|
||||
|
||||
<recommends>
|
||||
<internet>always</internet>
|
||||
</recommends>
|
||||
|
||||
<supports>
|
||||
<control>pointing</control>
|
||||
<control>keyboard</control>
|
||||
</supports>
|
||||
|
||||
<releases>
|
||||
<release version="1.0.0-a.32" date="2024-08-22">
|
||||
<url type="details">https://get-zen.vercel.app/release-notes/1.0.0-a.32</url>
|
||||
|
@ -43,19 +80,4 @@
|
|||
<url type="details">https://get-zen.vercel.app/release-notes/1.0.0-a.8</url>
|
||||
</release>
|
||||
</releases>
|
||||
|
||||
<launchable type="desktop-id">io.github.zen_browser.zen.desktop</launchable>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://get-zen.vercel.app/browser-dark.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://get-zen.vercel.app/browser-light.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
<branding>
|
||||
<color type="primary" scheme_preference="light">#d9d9d9</color>
|
||||
<color type="primary" scheme_preference="dark">#f5f5f5</color>
|
||||
</branding>
|
||||
</component>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue