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
Feature description
All patches (included universal patches) in default
options.jsonall 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.Motivation
Easier search patches for specific app. Not included all in one file. Like this
Or any simple approach would be accepted. I just suggest it.
Acknowledgements