Before submitting your application, please make sure it complies following basic rules:
- NO PIRACY. We refuse to endorse or host any kind of information related to piracy, as well as breaking DRM protected content and applications. For IPTV services only legal IPTV services are allowed.
- Be considerate to users' TV. It's not a cheap toy, so try your best not breaking it.
- If you are making a port to existing applications, please make sure that you are following the original project's open source license.
To submit your application to this central repository, refer to following steps:
TODO: Submit without GitHub
Create a file named your-package-name.yml
in packages
. Example:
# Display name of your application
title: Homebrew Channel
# Publicly accesible HTTP/HTTPS URL, or data uri to icon image.
iconUri: https://raw.githubusercontent.com/webosbrew/webos-homebrew-channel/main/assets/icon160.png
# Publicly accessible manifest file of your application
manifestUrl: https://github.com/webosbrew/webos-homebrew-channel/releases/latest/download/org.webosbrew.hbchannel.manifest.json
# Category for your application
category: tools
# If this is an open source application, use main, otherwise non-free
pool: main
# Long description for your application, in Markdown format
description: |
Description in markdown format, we suggest you to add some screenshots to help users understand
# Sponsor information, like .github/FUNDING.yml
funding:
github: [your-name]
We'll be reviewing and testing your application, then merge it to our main branch. Then your application will be available to download by other users shortly.
If you find any application listed is not appropriate according to rule above, please submit an issue.
TODO: Make this repo configurable