mirror of
https://github.com/zen-browser/release-utils.git
synced 2025-07-08 17:30:09 +02:00
Update index.ts
This commit is contained in:
parent
7e416de11b
commit
4576a19560
1 changed files with 7 additions and 6 deletions
|
@ -8,14 +8,15 @@ const templateMetadata = `
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<metadata_license>MIT</metadata_license>
|
<metadata_license>MIT</metadata_license>
|
||||||
<project_license>MPL-2.0</project_license>
|
<project_license>MPL-2.0</project_license>
|
||||||
<id>io.github.zen_browser.zen</id>
|
<id>app.zen_browser.zen</id>
|
||||||
|
|
||||||
<name>Zen</name>
|
<name>Zen</name>
|
||||||
<summary>Stay focused, browse faster</summary>
|
<summary>Stay focused, browse faster</summary>
|
||||||
|
<developer id="app.zen_browser.zen">
|
||||||
<developer id="io.github.zen_browser.zen">
|
<name>Zen Team</name>
|
||||||
<name>Zen Team</name>
|
|
||||||
</developer>
|
</developer>
|
||||||
|
<replaces>
|
||||||
|
<id>io.github.zen_browser.zen</id>
|
||||||
|
</replaces>
|
||||||
|
|
||||||
<description>
|
<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>
|
<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>
|
||||||
|
@ -57,7 +58,7 @@ const templateMetadata = `
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<launchable type="desktop-id">io.github.zen_browser.zen.desktop</launchable>
|
<launchable type="desktop-id">app.zen_browser.zen.desktop</launchable>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
<display_length compare="ge">450</display_length>
|
<display_length compare="ge">450</display_length>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue