summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorJohn Mercouris <john@mercouris.email>2023-02-15 23:42:51 -0600
committerJohn Mercouris <john@mercouris.email>2023-02-20 16:53:07 -0600
commitbb9bd1f676ec14c1a7196019be79204e0ae4230b (patch)
tree67f590f8e8c67e321dae9b84702c4e5f9285d490 /assets
parent95029543db37e8d37f7ccb4418a5c7fb2b210944 (diff)
renamed: engineer.atlas.Nyxt.appdata.xml -> assets/engineer.atlas.Nyxt.appdata.xml
this does not need to be in the root directory
Diffstat (limited to 'assets')
-rw-r--r--assets/engineer.atlas.Nyxt.appdata.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/assets/engineer.atlas.Nyxt.appdata.xml b/assets/engineer.atlas.Nyxt.appdata.xml
new file mode 100644
index 000000000..ad209e470
--- /dev/null
+++ b/assets/engineer.atlas.Nyxt.appdata.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<component type="desktop-application">
+ <id>engineer.atlas.Nyxt</id>
+ <metadata_license>CC-BY-SA-3.0</metadata_license>
+ <project_license>BSD 3-Clause</project_license>
+ <content_rating type="oars-1.1" />
+ <developer_name>Atlas</developer_name>
+ <name>Nyxt</name>
+ <summary>Keyboard-driven web browser designed for power users</summary>
+ <description>
+ <p>Nyxt is a keyboard-driven web browser designed for power users. Inspired
+ by Emacs and Vim, it has familiar key-bindings (Emacs, vi, CUA), and is
+ infinitely extensible in Lisp.</p>
+ </description>
+ <categories>
+ <category>Network</category>
+ </categories>
+ <url type="homepage">https://nyxt.atlas.engineer/</url>
+ <launchable type="desktop-id">engineer.atlas.Nyxt.desktop</launchable>
+ <provides>
+ <binary>nyxt</binary>
+ </provides>
+ <releases>
+ <release version="2.2.4" date="2022-01-14" />
+ </releases>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://camo.githubusercontent.com/ee979ac46c32f0eb1b92bcd1b0fb66e0fd2934238261ab95953f34ea84295862/68747470733a2f2f6e7978742e61746c61732e656e67696e6565722f7374617469632f696d6167652f7377697463682d6275666665722e706e673f</image>
+ <caption>Main Window</caption>
+ </screenshot>
+ </screenshots>
+</component>