mirror of
https://github.com/zen-browser/release-utils.git
synced 2025-07-07 17:05:38 +02:00
index.ts: update template metadata to meet Flathub guidelines
This commit is contained in:
parent
494d869e23
commit
37cbe249d5
1 changed files with 44 additions and 21 deletions
|
@ -6,33 +6,44 @@ import commandLineArgs from 'command-line-args';
|
||||||
const templateMetadata = `
|
const templateMetadata = `
|
||||||
<?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>
|
||||||
|
<project_license>MPL-2.0</project_license>
|
||||||
<id>io.github.zen_browser.zen</id>
|
<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">
|
<developer id="io.github.zen_browser.zen">
|
||||||
<name>Zen Team</name>
|
<name>Zen Team</name>
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
<name>Zen Browser</name>
|
|
||||||
<summary>A fast, beautifull browser</summary>
|
|
||||||
|
|
||||||
<metadata_license>MIT</metadata_license>
|
|
||||||
<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>
|
<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.com/servers/mauro-s-little-sweatshop-1088172780480114748</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>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image>https://raw.githubusercontent.com/zen-browser/www/main/public/browser-1.png</image>
|
<image>https://raw.githubusercontent.com/zen-browser/www/main/public/browser-1.png</image>
|
||||||
|
@ -48,10 +59,22 @@ const templateMetadata = `
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<branding>
|
<content_rating type="oars-1.1" />
|
||||||
<color type="primary" scheme_preference="light">#d9d9d9</color>
|
<launchable type="desktop-id">io.github.zen_browser.zen.desktop</launchable>
|
||||||
<color type="primary" scheme_preference="dark">#f5f5f5</color>
|
|
||||||
</branding>
|
<requires>
|
||||||
|
<display_length compare="ge">450</display_length>
|
||||||
|
</requires>
|
||||||
|
|
||||||
|
<recommends>
|
||||||
|
<internet>always</internet>
|
||||||
|
</recommends>
|
||||||
|
|
||||||
|
<supports>
|
||||||
|
<control>pointing</control>
|
||||||
|
<control>keyboard</control>
|
||||||
|
</supports>
|
||||||
|
|
||||||
</component>
|
</component>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue