Files
homebrew-cask/Casks/q/quiet-reader.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

23 lines
540 B
Ruby

cask "quiet-reader" do
version "0.41.0"
sha256 :no_check
url "https://quietreader.app/Quiet%20Reader.dmg"
name "Quiet Reader"
desc "Read articles or text highlights distraction free"
homepage "https://quietreader.app/"
livecheck do
url :url
strategy :extract_plist
end
app "Quiet Reader.app"
zap trash: [
"~/Library/Application Support/Quiet Reader",
"~/Library/Preferences/io.zeppelinlabs.quiet-reader.plist",
"~/Library/Saved Application State/io.zeppelinlabs.quiet-reader.savedState",
]
end