You can submit an app by making a pull request on GitHub. Add a directory under src/content/apps -- the directory's name
should be the name of the app. Inside the directory, there should be two files:
index.md file with the appropriate frontmatterindex.md frontmatter.)
Please ensure your app icon is square, sized correctly (under 512px × 512px), and has appropriate margins.
Here's an example of what the index.md looks like for Alfred.
// example index.md
---
title: Alfred
tagline: Boost efficiency.
icon: ./icon.png
link: https://www.alfredapp.com
developerName: Running with Crayons Ltd.
monetization: freemium
isOpenSource: false
isFree: false
isOneTimePurchase: true
isSubscription: false
---
Questions? Feel free to reach out.