Welcome to the SetBox repository.
Here, you can contribute by creating your own modules and enhancing the user experience. Please follow the rules and instructions below.
- All content inside module files must be in English
- The
idmust match the GitHub repository name - Do not use any offensive or inappropriate language
- Modules must be open-source and licensed under GPLv3
Each module should contain only three files:
Contains basic module information. Example:
id=battery-saver
name=Battery Saver
description=Enable battery saver mode
author=YasserYvY
version=v1.0.0
versionCode=1
repository=https://github.com/YasserYvY/battery-saver
This file contains commands to be executed when the module is enabled.
Example:
secure doze_enabled 1
This file contains commands to be executed when the module is disabled.
Example:
secure doze_enabled 0
<type> <key> <value>
Available types:
systemsecureglobal
Your module repository should follow this structure:
your-module-repo/
├── module.prop
├── on
└── off
You can add a badge to show how many users have viewed (downloaded) your module:
### Visitors at SetBox
- Create your module repository following the structure and rules above
- Open an
Issuein this repository explaining your module and include its link - If everything is valid, your module will be added to SetBox