Skip to content

Commit ea5f5b8

Browse files
authored
More tweaks for metainfo (#110)
1 parent b78924a commit ea5f5b8

File tree

2 files changed

+32
-10
lines changed

2 files changed

+32
-10
lines changed

freelens/build/icon.png

33.4 KB
Loading

freelens/build/metainfo.xml

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,46 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<component type="desktop">
2+
<!-- Copyright (c) 2025 Freelens Authors -->
3+
<component type="desktop-application">
34
<id>app.freelens.Freelens</id>
45
<metadata_license>MIT</metadata_license>
56
<project_license>MIT</project_license>
67
<name>Freelens</name>
8+
<summary>Free IDE for Kubernetes</summary>
79
<developer_name>Freelens Authors</developer_name>
810
<url type="homepage">https://freelens.app/</url>
911
<url type="bugtracker">https://github.com/freelensapp/freelens/issues</url>
1012
<url type="vcs-browser">https://github.com/freelensapp/freelens</url>
1113
<url type="contribute">https://github.com/freelensapp/freelens/blob/main/CONTRIBUTING.md</url>
12-
<summary>Free and open-source UI for Kubernetes</summary>
1314
<description>
14-
<p>Freelens is a free and open-source user interface
15-
designed for managing Kubernetes clusters. It provides a standalone
16-
application that is compatible with MacOS, Windows, and Linux operating
17-
systems, making it accessible to a wide range of users. The application aims
18-
to simplify the complexities of Kubernetes management by offering an
19-
intuitive and user-friendly interface.</p>
15+
<p>Freelens is a Kubernetes IDE that provides a graphical interface for managing and monitoring Kubernetes clusters.</p>
16+
<p>It simplifies cluster operations by offering:</p>
17+
<ul>
18+
<li>A dashboard with real-time cluster insights</li>
19+
<li>Support for multiple clusters</li>
20+
<li>Built-in terminal access to nodes and pods</li>
21+
<li>Visualization of workloads, networking, storage, and configurations</li>
22+
<li>Extension support to add custom functionality</li>
23+
</ul>
24+
<p>Freelens is maintained by the community.</p>
2025
</description>
2126
<screenshots>
2227
<screenshot type="default">
23-
<caption>The main window</caption>
24-
<image>https://freelensapp.github.io/images/freelens-screenshot.png</image>
28+
<caption>Troubleshooting the pod</caption>
29+
<image>https://freelensapp.github.io/images/freelens-screenshot-linux.png</image>
30+
</screenshot>
31+
<screenshot>
32+
<caption>Cluster overview</caption>
33+
<image>https://freelensapp.github.io/images/freelens-screenshot-linux-cluster.png</image>
34+
</screenshot>
35+
<screenshot>
36+
<caption>Catalog</caption>
37+
<image>https://freelensapp.github.io/images/freelens-screenshot-linux-catalog.png</image>
2538
</screenshot>
2639
</screenshots>
40+
<branding>
41+
<color type="primary" scheme_preference="light">#4aa49f</color>
42+
<color type="primary" scheme_preference="dark">#37383e</color>
43+
</branding>
2744
<recommends>
2845
<control>pointing</control>
2946
<control>keyboard</control>
@@ -33,6 +50,11 @@ intuitive and user-friendly interface.</p>
3350
<display_length compare="ge">768</display_length>
3451
</requires>
3552
<launchable type="desktop-id">app.freelens.Freelens.desktop</launchable>
53+
<provides>
54+
<binary>freelens</binary>
55+
</provides>
56+
<icon type="stock">app.freelens.Freelens</icon>
57+
<icon type="remote">https://freelensapp.github.io/images/freelens-logo-512.png</icon>
3658
<content_rating type="oars-1.1"></content_rating>
3759
<releases>
3860
<release version="0.1.3" date="2025-01-28">

0 commit comments

Comments
 (0)