cask "colour-contrast-analyser" do version "3.5.4" sha256 "726faf5687a088025cb0168739334539140904369ceba5f3cde5e2193a374eba" url "https://github.com/ThePacielloGroup/CCAe/releases/download/v#{version}/CCA-#{version}.dmg", verified: "github.com/ThePacielloGroup/CCAe/" name "Colour Contrast Analyser" desc "Colour contrast checker" homepage "https://www.tpgi.com/color-contrast-checker/" livecheck do url :url strategy :github_latest end depends_on macos: ">= :catalina" app "Colour Contrast Analyser.app" zap trash: [ "~/Library/Preferences/com.electron.cca.plist", "~/Library/Saved Application State/com.electron.cca.savedState", ] end