mirror of
https://github.com/zen-browser/flatpak.git
synced 2025-07-08 01:10:06 +02:00
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.
83 lines
3.1 KiB
XML
83 lines
3.1 KiB
XML
<?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>
|
|
|
|
<name>Zen</name>
|
|
<summary>Your browser, your way</summary>
|
|
|
|
<developer id="io.github.zen_browser.zen">
|
|
<name>Zen Team</name>
|
|
</developer>
|
|
|
|
<description>
|
|
<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 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>
|
|
</release>
|
|
<release version="1.0.0-a.28" date="2024-08-22">
|
|
<url type="details">https://get-zen.vercel.app/release-notes/1.0.0-a.28</url>
|
|
</release>
|
|
<release version="1.0.0-a.15" date="2024-08-07">
|
|
<url type="details">https://get-zen.vercel.app/release-notes/1.0.0-a.15</url>
|
|
</release>
|
|
<release version="1.0.0-a.11" date="2024-08-03">
|
|
<url type="details">https://get-zen.vercel.app/release-notes/1.0.0-a.11</url>
|
|
</release>
|
|
<release version="1.0.0-a.8" date="2024-07-29">
|
|
<url type="details">https://get-zen.vercel.app/release-notes/1.0.0-a.8</url>
|
|
</release>
|
|
</releases>
|
|
</component>
|