Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 741 Bytes

File metadata and controls

29 lines (25 loc) · 741 Bytes

MrServer Apps

The official MrServer Apps Repository

The Website

The website is live here. and is made with Holo.js

Publication Rules

  1. Must be legit (no scams)
  2. Tested properly (mostly on Chromium, Firefox and Safari)
  3. No obsfucated code

How to publish an app

  1. Fork this repo
  2. Add your files and manifest
  3. Open a pull request
  4. Wait for verification from our team :) (note: might take hours, days or even weeks)

Metadata Format

{
  "name": "App Name",
  "listed": true,
  "description": "App Description",
  "logo": "image-url",
  "banner": "image-url",
  "publisher": "github-username",
  "uuid": "short-id-that-represents-your-app"
}