Skip to content

Initial Metainfo file #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions moe.mauve.agregore.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" ?>
<component type="desktop-application">
<id>moe.mauve.agregore</id>
<name>Agregore Browser</name>
<summary>A minimal browser for the distributed web</summary>
<description>
<p>Features:
- Browse the existing (HTTP) web like usual.
- Browse the Distributed Web on Hypercore, BitTorrent, and IPFS.
- Browse alternate web protocols like Gemini
- Tracking free with a built in Ad blocker
- Render Markdown documents natively
- Archive and save web pages for offline use via ArchiveWeb.page
- Customizable color scheme which gets applied to all pages
- New web APIs for creating p2p sites and apps
- Built in large language model APIs using free to use local models
</p>
</description>
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0-only</project_license>
<url type="homepage">https://agregore.mauve.moe/</url>
<url type="bugtracker">https://github.com/AgregoreWeb/agregore-browser/issues/</url>
<url type="vcs-browser">https://github.com/AgregoreWeb/agregore-browser</url>
<launchable type="desktop-id">moe.mauve.agregore.desktop</launchable>
<categories>
<category>Network</category>
<category>WebBrowser</category>
</categories>
<developer id="moe.mauve">
<name>mauve</name>
</developer>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>
</component>