@@ -34,7 +34,7 @@ The app currently use these two repo as it's module sources, with it's benefits
3434- Officially supported by Fox's mmm
3535
3636[ https://github.com/Magisk-Modules-Repo ] ( https://github.com/Magisk-Modules-Repo )
37- - No longer accept new modules
37+ - No longer accept new modules or update to existing modules
3838- May be shut down at any moment
3939- Official app dropped support for it
4040- Officially supported by Fox's mmm
@@ -46,6 +46,11 @@ and also stopped accepting new modules, it is recommended to submit your modules
4646If a module is in both repo, the manager will just pick the most up to date version of the module,
4747allowing developers to switch repo at their own pace if they want to.
4848
49+ ## Screenshots
50+
51+ Main activity:
52+ [ <img src =" screenshot.jpg " width =" 250 " />] ( screenshot.jpg )
53+
4954## For developers
5055
5156The manager can read new meta keys to allow modules to customize their own entry
@@ -68,7 +73,13 @@ and set `lang_support_rtl` to `true`.
6873
6974Translators are not expected to have any previous coding experience.
7075
71- ## Screenshots
76+ ## I want to add my own repo
7277
73- Main activity:
74- [ <img src =" screenshot.jpg " width =" 250 " />] ( screenshot.jpg )
78+ To add you own repo to Fox's mmm it need to follow theses conditions:
79+ - The module repo or one of it's owners must be known.
80+ - Modules in the repo must be monitored, and malicious modules must be removed.
81+ - Module repo must have a valid, automatically or frequently updated ` modules.json `
82+ ([ Example] ( https://github.com/Magisk-Modules-Alt-Repo/json/blob/main/modules.json ) )
83+
84+ If all of these conditions are met you can open an issue for review.
85+ (And don't forget to include a link to the ` modules.json ` )
0 commit comments