-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathobtainium-config.json
More file actions
13 lines (13 loc) · 1.19 KB
/
Copy pathobtainium-config.json
File metadata and controls
13 lines (13 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"apps": [
{
"id": "io.github.sysadmindoc.AppManagerNG",
"url": "https://github.com/SysAdminDoc/AppManagerNG",
"author": "SysAdminDoc",
"name": "AppManagerNG",
"preferredApkIndex": 0,
"additionalSettings": "{\"includePrereleases\":false,\"fallbackToOlderReleases\":true,\"filterReleaseTitlesByRegEx\":\"\",\"filterReleaseNotesByRegEx\":\"\",\"verifyLatestTag\":false,\"dontSortReleasesList\":false,\"useLatestAssetDateAsReleaseDate\":false,\"releaseTitleAsVersion\":false,\"trackOnly\":false,\"versionExtractionRegEx\":\"v?([0-9]+\\\\.[0-9]+\\\\.[0-9]+)\",\"matchGroupToUse\":\"1\",\"versionDetection\":true,\"releaseDateAsVersion\":false,\"useVersionCodeAsOSVersion\":false,\"apkFilterRegEx\":\"AppManagerNG-.*-full-.*\\\\.apk$\",\"invertAPKFilter\":false,\"autoApkFilterByArch\":true,\"appName\":\"AppManagerNG\",\"shizukuPretendToBeGooglePlay\":false,\"allowInsecure\":false,\"exemptFromBackgroundUpdates\":false,\"skipUpdateNotifications\":false,\"about\":\"AppManagerNG \u2014 power-user Android package manager. Continuation of MuntashirAkon/AppManager with progressive disclosure for casual users behind a Pro Mode toggle.\"}",
"overrideSource": null
}
]
}