This is the official plugin repository for Tarrasque App. This repository contains the plugins.json
file, which is used by the app to find and download approved plugins.
To have your plugin listed on the app, please submit a pull request. The pull request should add a new entry at the bottom of the plugins.json
file with a link to your plugin's manifest file. Once your pull request is merged, your plugin will be available to be downloaded from the app automatically.
Your plugin's manifest file should be hosted on a public URL, as it is responsible for instructing the app what to display and where. You can find an up-to-date example of a manifest file on the SDK repository.
When you make a change to your plugin, no further action is required on your part. The app will automatically load the latest version of your plugin when it is next opened.
If you no longer want your plugin to be available in the app, you can submit a pull request to have it removed from the app. If you want to re-add your plugin in the future, you can always submit a new pull request to add it back.