Tiny Shield icon

Tiny Shield 0.6.1,6010

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": "0.6.1,6010",
  "src": {
    "url": "https://download.proxyman.io/tinyshield/6010/Tiny_Shield_0.6.1.dmg",
    "sha256": "00e6c77bd5bee1faefd77bb3456ceb0e6f73b456b96c4796182a1297fcca59b5"
  },
  "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/"
  }
}