mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-05-01 07:04:33 +02:00
add photomath
This commit is contained in:
parent
06e7cb73d2
commit
ae129817bc
@ -1,16 +1,20 @@
|
|||||||
# Config
|
# 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
|
```toml
|
||||||
[Some-App]
|
[Some-App]
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/inc/app"
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/inc/app"
|
||||||
```
|
```
|
||||||
|
|
||||||
or:
|
or:
|
||||||
```toml
|
```toml
|
||||||
[Some-App]
|
[Some-App]
|
||||||
uptodown-dlurl = "https://app.en.uptodown.com/android"
|
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:
|
## If you'd like to get to know more about other options:
|
||||||
|
|
||||||
|
@ -93,3 +93,7 @@ arch = "arm64-v8a"
|
|||||||
[Tasker]
|
[Tasker]
|
||||||
enabled = false
|
enabled = false
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/joaomgcd/tasker/"
|
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