cask "restfox" do arch arm: "arm64", intel: "x64" version "0.39.0" sha256 arm: "411deb94feccb148e40a08bf03b282559e02586c4bcf836c4e0df883e122c1d3", intel: "13d728cee0a7b5b9dd4766792f655479451479fdb0f6e77dd7adea3187ecb2c5" url "https://github.com/flawiddsouza/Restfox/releases/download/v#{version}/Restfox-darwin-#{arch}-#{version}.zip", verified: "github.com/flawiddsouza/Restfox/releases/download/" name "Restfox" desc "Offline-first web HTTP client" homepage "https://restfox.dev/" auto_updates true depends_on macos: ">= :catalina" app "Restfox.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.restfox.sfl*", "~/Library/Application Support/Restfox", "~/Library/Caches/com.electron.restfox*", "~/Library/HTTPStorages/com.electron.restfox", "~/Library/Logs/Restfox", "~/Library/Preferences/ByHost/com.electron.restfox.*.plist", "~/Library/Preferences/com.electron.restfox.plist", "~/Library/Saved Application State/com.electron.restfox.savedState", ] end