|
167 | 167 | }, |
168 | 168 | "options": [] |
169 | 169 | }, |
| 170 | + { |
| 171 | + "name": "Change installer package name", |
| 172 | + "description": "Spoof the installer package name to make it appear that the app was installed from the Google Play Store.", |
| 173 | + "use": false, |
| 174 | + "dependencies": [ |
| 175 | + "BytecodePatch" |
| 176 | + ], |
| 177 | + "compatiblePackages": null, |
| 178 | + "options": [] |
| 179 | + }, |
170 | 180 | { |
171 | 181 | "name": "Change live ring click action", |
172 | 182 | "description": "Adds an option to open the channel instead of the live stream when clicking on the live ring.", |
|
193 | 203 | "name": "Change package name", |
194 | 204 | "description": "Changes the package name for Reddit to the name specified in patch options.", |
195 | 205 | "use": false, |
196 | | - "dependencies": [], |
| 206 | + "dependencies": [ |
| 207 | + "BytecodePatch" |
| 208 | + ], |
197 | 209 | "compatiblePackages": { |
198 | 210 | "com.reddit.frontpage": [ |
199 | 211 | "2024.17.0", |
|
500 | 512 | "name": "Custom branding name for Reddit", |
501 | 513 | "description": "Changes the Reddit app name to the name specified in patch options.", |
502 | 514 | "use": false, |
503 | | - "dependencies": [], |
| 515 | + "dependencies": [ |
| 516 | + "BytecodePatch" |
| 517 | + ], |
504 | 518 | "compatiblePackages": { |
505 | 519 | "com.reddit.frontpage": [ |
506 | 520 | "2024.17.0", |
|
2307 | 2321 | "name": "Premium icon", |
2308 | 2322 | "description": "Unlocks premium app icons.", |
2309 | 2323 | "use": true, |
2310 | | - "dependencies": [], |
| 2324 | + "dependencies": [ |
| 2325 | + "BytecodePatch" |
| 2326 | + ], |
2311 | 2327 | "compatiblePackages": { |
2312 | 2328 | "com.reddit.frontpage": [ |
2313 | 2329 | "2024.17.0", |
|
2643 | 2659 | "description": "Applies mandatory patches to implement ReVanced Extended settings into the application.", |
2644 | 2660 | "use": true, |
2645 | 2661 | "dependencies": [ |
| 2662 | + "BytecodePatch", |
2646 | 2663 | "BytecodePatch", |
2647 | 2664 | "BytecodePatch" |
2648 | 2665 | ], |
|
3011 | 3028 | }, |
3012 | 3029 | "options": [] |
3013 | 3030 | }, |
| 3031 | + { |
| 3032 | + "name": "Spoof signature", |
| 3033 | + "description": "Spoofs the signature of the app.", |
| 3034 | + "use": false, |
| 3035 | + "dependencies": [ |
| 3036 | + "BytecodePatch" |
| 3037 | + ], |
| 3038 | + "compatiblePackages": null, |
| 3039 | + "options": [ |
| 3040 | + { |
| 3041 | + "key": "packageName", |
| 3042 | + "title": "Package name", |
| 3043 | + "description": "Package name.", |
| 3044 | + "required": false, |
| 3045 | + "type": "kotlin.String", |
| 3046 | + "default": "", |
| 3047 | + "values": null |
| 3048 | + }, |
| 3049 | + { |
| 3050 | + "key": "certificateData", |
| 3051 | + "title": "Certificate data", |
| 3052 | + "description": "Base64-encoded string of the certificate.", |
| 3053 | + "required": false, |
| 3054 | + "type": "kotlin.String", |
| 3055 | + "default": "", |
| 3056 | + "values": null |
| 3057 | + } |
| 3058 | + ] |
| 3059 | + }, |
3014 | 3060 | { |
3015 | 3061 | "name": "Swipe controls", |
3016 | 3062 | "description": "Adds options for controlling volume and brightness with swiping, and whether to enter fullscreen when swiping down below the player.", |
|
0 commit comments