Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Magisk Next Module Hub

This repository hosts the centralized module index for Magisk Next.

How to Submit a Module

To add your module to the hub, open a Pull Request modifying modules.json. Ensure your entry follows this exact schema:

{
  "id": "your_module_id",
  "name": "Your Module Name",
  "version": "v1.0",
  "versionCode": 1,
  "author": "Your Name",
  "description": "A short description of what your module does.",
  "zipUrl": "https://direct-link-to-your-module.zip",
  "changelog": "https://direct-link-to-your-changelog.md"
}

About

The modules database for the MagiskNext app

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors