Tiny Shield icon

Tiny Shield 1.2.1,10201

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