This commit is contained in:
mauro 🤙 2024-09-03 20:59:24 +00:00
commit b4ec9dae92
2 changed files with 50 additions and 81 deletions

View file

@ -1,83 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application"> <component type="desktop-application">
<metadata_license>MIT</metadata_license> <id>io.github.zen_browser.zen</id>
<project_license>MPL-2.0</project_license> <url type="homepage">https://get-zen.vercel.app</url>
<id>io.github.zen_browser.zen</id> <content_rating type="oars-1.1"/>
<developer id="io.github.zen_browser.zen">
<name>Zen</name> <name>Zen Team</name>
<summary>Your browser, your way</summary> </developer>
<name>Zen Browser</name>
<developer id="io.github.zen_browser.zen"> <summary>A fast, beautifull browser</summary>
<name>Zen Team</name> <metadata_license>MIT</metadata_license>
</developer> <project_license>MPL-2.0</project_license>
<description>
<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>
<ul> <li>Split views</li>
<li>Split view</li> <li>Web Sidebar</li>
<li>Web sidebar</li> <li>Tab Groups</li>
<li>Tab groups</li> <li>Customizable UI</li>
<li>Customizable interface</li> <li>Vertical Tabs</li>
<li>Vertical Tabs</li> <li>And more...</li>
<li>And more...</li> </ul>
</ul> </description>
</description> <launchable type="desktop-id">io.github.zen_browser.zen.desktop</launchable>
<screenshots>
<url type="homepage">https://zen-browser.app</url> <screenshot type="default">
<url type="bugtracker">https://github.com/zen-browser/desktop/issues</url> <image>https://raw.githubusercontent.com/zen-browser/www/main/public/browser-1.png</image>
<url type="help">https://docs.zen-browser.app</url> </screenshot>
<url type="faq">https://docs.zen-browser.app/faq</url> <screenshot>
<url type="donation">https://www.patreon.com/zen_browser</url> <image>https://raw.githubusercontent.com/zen-browser/www/main/public/browser-2.png</image>
<url type="translate">https://crowdin.com/project/zen-browser</url> </screenshot>
<url type="contact">https://discord.gg/nnShMQzR4b</url> <screenshot>
<url type="vcs-browser">https://github.com/zen-browser</url> <image>https://raw.githubusercontent.com/zen-browser/www/main/public/browser-3.png</image>
<url type="contribute">https://docs.zen-browser.app/contribute/CONTRIBUTING</url> </screenshot>
<screenshot>
<branding> <image>https://raw.githubusercontent.com/zen-browser/www/main/public/browser-4.png</image>
<color type="primary" scheme_preference="light">#d9d9d9</color> </screenshot>
<color type="primary" scheme_preference="dark">#f5f5f5</color> </screenshots>
</branding> <branding>
<color type="primary" scheme_preference="light">#d9d9d9</color>
<screenshots> <color type="primary" scheme_preference="dark">#f5f5f5</color>
<screenshot type="default"> </branding>
<image>https://get-zen.vercel.app/browser-dark.png</image> <releases>
</screenshot> <release version="1.0.0-a.32" date="01/09/2024">
<screenshot> <url type="details">https://zen-browser.app/release-notes/1.0.0-a.32</url>
<image>https://get-zen.vercel.app/browser-light.png</image> </release>
</screenshot> <release version="1.0.0-a.34" date="01/09/2024">
</screenshots> <url type="details">https://zen-browser.app/release-notes/1.0.0-a.34</url>
</release>
<content_rating type="oars-1.1" /> </releases>
<launchable type="desktop-id">io.github.zen_browser.zen.desktop</launchable> </component>
<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>

1
version Normal file
View file

@ -0,0 +1 @@
1.0.0-a.35