Tiny Shield icon

Tiny Shield 1.10.0,11000

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.10.0,11000",
  "src": {
    "url": "https://download.proxyman.io/tinyshield/11000/Tiny_Shield_1.10.0.dmg",
    "sha256": "36c8b238f1cdc30709c4c047587f204bb15df1edfcfb8d7dc947b593fa7ff285"
  },
  "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/"
  }
}