-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed as not planned
Description
Feature description
All patches (included universal patches) in default options.json all included in one. So, we can not specify which patch for YT, YTM and Reddit. Would be nice and easier for users to know which patch for specific app.
"patches": {
"Override certificate pinning": {
"enabled": false
},
"Change package name": {
"enabled": false,
"options": {
"packageName": "Default",
"updatePermissions": false,
"updateProviders": false
}
},
"Hide music video ads": {
"enabled": true
},
"Permanent repeat": {
"enabled": true
},
"Custom branding": {
"enabled": true,
"options": {
"customName": null,
"customIcon": null
Motivation
Easier search patches for specific app. Not included all in one file. Like this
"patches for YouTube": {
"Override certificate pinning": {
"enabled": false
},
"Change package name": {
"enabled": false,
"options": {
"packageName": "Default",
"updatePermissions": false,
"updateProviders": false
}
},
"Hide music video ads": {
"enabled": true
},
"Permanent repeat": {
"enabled": true
},
"Custom branding": {
"enabled": true,
"options": {
"customName": null,
"customIcon": null
Or any simple approach would be accepted. I just suggest it.
Acknowledgements
- I have checked all open and closed feature requests and this is not a duplicate.
- I have chosen an appropriate title.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels