To add your application you need to have manifest-info.json file. It is required to have link in manifest-info.
Here is an example of good manifest-info:
Here is a BAD example of manifest-info:
// BAD `manifest-info` example
{
"name": "AmAZ%*ing.,/\aPPlICAT%!ion"
"author": "somebody",
"version": "Why would I need a version?", // :D PLEASE aDd my apP:)
"agree": false
}- Your name must be from a to z, contain only lowercase characters. It can also contain these characters:
-_0123456789.
Here is a regex of name requirements:[a-z0-9_\-]. - Name mustn't already exist. If name already exists, issue will be declined.
Regex: (\d\.){2}\d{1,4}
You have to set "agree" to true if you agree and you want to publish your application.
manifest-info should have at least 1 tabulation. Identation mustn't change.
- Go to issues.
- Click "New issue":

- Select the first template and click "Get started":

- Change the required (and optionally, optional) fields.
You cannot sumbit your app with wrong format. Issue will be declined.
PRs (Pull Requests) are not supported now. Only these pulls are accepted.
Owner also can create issues and accept them by himself.
Send a pull request. It will be reviewed by trusted members.