diff --git a/CONFIG.md b/CONFIG.md index 7692def..0793df9 100755 --- a/CONFIG.md +++ b/CONFIG.md @@ -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: diff --git a/config.toml b/config.toml index e88c7cd..0378f3a 100755 --- a/config.toml +++ b/config.toml @@ -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/"