Tiny Shield icon

Tiny Shield 1.8.1,10801

Control and monitor network connections

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    tiny-shield # Tiny Shield
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    tiny-shield # Tiny Shield
  ];
}

Package Definition

{
  "pname": "tiny-shield",
  "version": "1.8.1,10801",
  "src": {
    "url": "https://download.proxyman.io/tinyshield/10801/Tiny_Shield_1.8.1.dmg",
    "sha256": "276ed3f1ef9e5a7cf8865253a3fec70764eec9b254ba53ec149a471da77b5fba"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tiny Shield.app\" && cp -r \"Tiny Shield.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Control and monitor network connections",
    "homepage": "https://tinyshield.proxyman.com/"
  }
}