Skip to content

Commit

Permalink
Add Favtool
Browse files Browse the repository at this point in the history
  • Loading branch information
codello committed May 29, 2024
1 parent 01ca90f commit 12786f2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Casks/favtool.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cask "favtool" do
version "4.3"
sha256 "1ae7d059528041d225aea904aac736b8069991d860a6d0f58c30adfce086bfac"

url "https://github.com/shy-neon/favtool/releases/download/v#{version}/Favtool.app.zip"
name "Favtool"
desc "An app that allows you to easily change icons of your favorite sites on Safari"
homepage "https://github.com/shy-neon/favtool"

livecheck do
url :stable
end

app "Favtool.app"

zap trash: [
"~/Library/Preferences/shy-neon.Favtool.plist",
"~/Library/Saved Application State/shy-neon.Favtool.savedState",
]
end

0 comments on commit 12786f2

Please sign in to comment.