Files
packages/anda/devs/edit/com.microsoft.edit.metainfo.xml
T
Owen Zimmerman bb767347ba fix (edit): metainfo (#10204)
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-03-03 03:00:40 +08:00

25 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<component type="console-application">
<id>com.microsoft.edit</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<name>Microsoft Edit</name>
<summary>We all edit</summary>
<screenshots>
<screenshot type="default"><image>https://github.com/microsoft/edit/blob/main/assets/edit_hero_image.png</image></screenshot>
</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="homepage">https://github.com/microsoft/edit</url>
<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>