cask "restfox" do arch arm: "arm64", intel: "x64" version "0.29.0" sha256 arm: "cabcf6016ba67ad8df33bfebce9b77f1026dcb62bb2aa74cc2b57da6e81d74ad", intel: "b187b0d5da8d51f6f399b9ea6195c5cc0ad1e804b6f57db2fcdc97e5e2ae809d" 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