cask 'bitwarden' do version '1.15.2' sha256 '9e14f3d6f5e5f72d963aa8edd7120066d2b51da3d84802bf5fb0191d6139fa51' # github.com/bitwarden/desktop was verified as official when first introduced to the cask url "https://github.com/bitwarden/desktop/releases/download/v#{version}/Bitwarden-#{version}-mac.zip" appcast 'https://github.com/bitwarden/desktop/releases.atom' name 'Bitwarden' homepage 'https://bitwarden.com/' app 'Bitwarden.app' uninstall quit: [ 'com.bitwarden.desktop', 'com.bitwarden.desktop.helper', ] zap trash: [ '~/Library/Logs/Bitwarden', '~/Library/Application Support/Bitwarden', '~/Library/Caches/com.bitwarden.desktop', '~/Library/Caches/com.bitwarden.desktop.ShipIt', '~/Library/Preferences/ByHost/com.bitwarden.desktop.ShipIt.*.plist', '~/Library/Preferences/com.bitwarden.desktop.plist', '~/Library/Preferences/com.bitwarden.desktop.helper.plist', '~/Library/Saved Application State/com.bitwarden.desktop.savedState', ] end