diff --git a/config.json b/config.json index 7296b1e..29d3f73 100644 --- a/config.json +++ b/config.json @@ -31,9 +31,9 @@ "AppList": [ { "packageName": "com.parallels.desktop.console", - "onlysh":true, - "extraShell":"ParallelsDesktop/GenshineStart!.command", - "supportVersion":[ + "onlysh": true, + "extraShell": "ParallelsDesktop/GenshineStart!.command", + "supportVersion": [ "20.3.0", "20.3.1", "20.3.2", @@ -423,11 +423,13 @@ { "packageName": "com.nektony.Duplicate-File-Finder-SIII", "appBaseLocate": "/Applications/MacCleaner 3 Pro/Duplicate File Finder 8.app" - },{ - "packageName":"com.nektony.Funter-SIII", + }, + { + "packageName": "com.nektony.Funter-SIII", "appBaseLocate": "/Applications/MacCleaner 3 Pro/Funter 7.app" - },{ - "packageName":"com.nektony.Memory-Cleaner-SIII", + }, + { + "packageName": "com.nektony.Memory-Cleaner-SIII", "appBaseLocate": "/Applications/MacCleaner 3 Pro/Memory Cleaner 5.app" }, { @@ -848,8 +850,10 @@ ] }, { - "packageName":"com.gitswift.SwiftServer", - "supportVersion":["1.1.2都不支持"] + "packageName": "com.gitswift.SwiftServer", + "supportVersion": [ + "1.1.2都不支持" + ] }, { "packageName": "org.cindori.Sensei", @@ -868,11 +872,16 @@ }, { "packageName": "com.proxyman.NSProxy", - "injectFile": "Moya.framework/Versions/A/Moya", - "needCopyToAppDir": true, - "noSignTarget": true, - "autoHandleHelper": true, - "helperFile": "/Contents/Library/LaunchServices/com.proxyman.NSProxy.HelperTool" + "helperFile": [ + "/Contents/Library/LaunchServices/com.proxyman.NSProxy.HelperTool" + ], + "description": "Proxyman 是一款 macOS 平台的网络抓包工具,支持 HTTP/HTTPS/WebSocket 等协议的抓包和分析。官网版本目前是通杀的。", + "downloadUrl": [ + { + "version": "5.23.0", + "url": "https://download.proxyman.com/52300/Proxyman_5.23.0.dmg" + } + ] }, { "packageName": [ diff --git a/tool/CoreInject.dylib b/tool/CoreInject.dylib index 144442b..b85b8a4 100755 Binary files a/tool/CoreInject.dylib and b/tool/CoreInject.dylib differ