mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 22:24:34 +02:00
add photomath
This commit is contained in:
parent
06e7cb73d2
commit
ae129817bc
@ -1,16 +1,20 @@
|
||||
# Config
|
||||
|
||||
Adding a new app is as easy as this:
|
||||
Three APK download websites are supported and adding a new app is as easy as this:
|
||||
```toml
|
||||
[Some-App]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/inc/app"
|
||||
```
|
||||
|
||||
or:
|
||||
```toml
|
||||
[Some-App]
|
||||
uptodown-dlurl = "https://app.en.uptodown.com/android"
|
||||
```
|
||||
or:
|
||||
```toml
|
||||
[Some-App]
|
||||
apkmonk-dlurl = "https://www.apkmonk.com/app/com.app.app/"
|
||||
```
|
||||
|
||||
## If you'd like to get to know more about other options:
|
||||
|
||||
|
@ -93,3 +93,7 @@ arch = "arm64-v8a"
|
||||
[Tasker]
|
||||
enabled = false
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/joaomgcd/tasker/"
|
||||
|
||||
[Photomath]
|
||||
enabled = false
|
||||
apkmonk-dlurl = "https://www.apkmonk.com/app/com.microblink.photomath/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user