Tiny Shield icon

Tiny Shield 1.7.0,10700

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.7.0,10700",
  "src": {
    "url": "https://download.proxyman.io/tinyshield/10700/Tiny_Shield_1.7.0.dmg",
    "sha256": "f0993398b93451e6afacba02db8a8786001c47c38eccc55cd9c7f2f89abd4301"
  },
  "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/"
  }
}