Skip to content

feat: Grouping all patches in options.json each per app #69

@cyberboh

Description

@cyberboh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions