Skip to content

v2.9.8

Latest
Compare
Choose a tag to compare
@DerGoogler DerGoogler released this 20 Dec 03:36
  • Added support for track.yaml
  • Added support for common/repo.yaml
  • Added "ksunext" to manager property
  • Other bug fixes and improvements
id: cubic-adblock
enable: true
verified: true
update_to: https://raw.githubusercontent.com/Vaz15k/Cubic-AdBlock/cubic/module/update.json
source: https://github.com/Vaz15k/Cubic-AdBlock
antifeatures: []
last_update: 1734213602.994891

manager:
    kernelsu: &m {
        require: [
            systemless-hosts-KernelSU-module
        ]
    }
    apatch: *m
    ksunext: *m
    magisk:
      min: -1

versions: 4

which parses to

 {
      "id": "cubic-adblock",
      "name": "Cubic-AdBlock",
      "version": "v2.21",
      "versionCode": 2021,
      "author": "Vaz15k",
      "description": "A simple AdBlock based on the hosts file.",
      "verified": true,
      "manager": {
        "kernelsu": {
          "require": [
            "systemless-hosts-KernelSU-module"
          ]
        },
        "apatch": {
          "require": [
            "systemless-hosts-KernelSU-module"
          ]
        },
        "ksunext": {
          "require": [
            "systemless-hosts-KernelSU-module"
          ]
        },
        "magisk": {
          "min": -1
        }
      },
      "categories": [
        "Adblocking and Hosts Files"
      ],
      // ... other properties
}