add photomath

This commit is contained in:
j-hc 2023-03-09 13:00:42 +03:00
parent 06e7cb73d2
commit ae129817bc
No known key found for this signature in database
GPG Key ID: FCBF5E9C57092AD9
2 changed files with 10 additions and 2 deletions

View File

@ -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:

View File

@ -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/"