chore(metainfo): edit (#7446) (#7488)

This commit is contained in:
Raboneko
2025-11-19 08:31:07 -08:00
committed by GitHub
parent 194eb25f54
commit decf2c8ffa
2 changed files with 34 additions and 1 deletions
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<component type="console-application">
<id>com.microsoft.edit</id>
<name>Microsoft Edit</name>
<summary>We all edit.</summary>
<screenshots>
<image type="source">https://github.com/microsoft/edit/blob/main/assets/edit_hero_image.png</image>
</screenshots>
<description>
<p>A simple editor for simple needs.</p>
<p>
This editor pays homage to the classic MS-DOS Editor, but with a modern interface and input controls similar to VS Code.
The goal is to provide an accessible editor that even users largely unfamiliar with terminals can easily use.
</p>
</description>
<url type="vcs-browser">https://github.com/microsoft/edit</url>
<developer id="com.microsoft">
<name>Microsoft Corporation</name>
</developer>
<icon type="stock">com.microsoft.edit</icon>
</component>