diff --git a/Safari/BlockerExtension/Info.plist b/Safari/BlockerExtension/Info.plist
index 252261ad..e2ab9326 100644
--- a/Safari/BlockerExtension/Info.plist
+++ b/Safari/BlockerExtension/Info.plist
@@ -5,7 +5,7 @@
CFBundleDevelopmentRegion
$(DEVELOPMENT_LANGUAGE)
CFBundleDisplayName
- BlockerExtension
+ Hello, Goodbye
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
diff --git a/Safari/HelloGoodbye.xcodeproj/project.xcworkspace/xcuserdata/bruceroettgers.xcuserdatad/UserInterfaceState.xcuserstate b/Safari/HelloGoodbye.xcodeproj/project.xcworkspace/xcuserdata/bruceroettgers.xcuserdatad/UserInterfaceState.xcuserstate
index 9a315218..f61df43e 100644
Binary files a/Safari/HelloGoodbye.xcodeproj/project.xcworkspace/xcuserdata/bruceroettgers.xcuserdatad/UserInterfaceState.xcuserstate and b/Safari/HelloGoodbye.xcodeproj/project.xcworkspace/xcuserdata/bruceroettgers.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/Safari/HelloGoodbye/Base.lproj/Main.storyboard b/Safari/HelloGoodbye/Base.lproj/Main.storyboard
index 7b91efd5..28a8784d 100644
--- a/Safari/HelloGoodbye/Base.lproj/Main.storyboard
+++ b/Safari/HelloGoodbye/Base.lproj/Main.storyboard
@@ -1,7 +1,8 @@
-
+
-
+
+
@@ -65,7 +66,7 @@
-
+
@@ -96,20 +97,20 @@
-
+
-
+
-
+
-
+
-
+
@@ -117,7 +118,7 @@
+
+
+
diff --git a/Safari/HelloGoodbye/ViewController.swift b/Safari/HelloGoodbye/ViewController.swift
index 5b16b646..0955fe3a 100644
--- a/Safari/HelloGoodbye/ViewController.swift
+++ b/Safari/HelloGoodbye/ViewController.swift
@@ -27,4 +27,9 @@ class ViewController: NSViewController {
}
}
+ @IBAction func openDonationPage(_ sender: Any) {
+ let url = URL(string: "https://buymeacoff.ee/bruceroet")!
+ NSWorkspace.shared.open(url)
+ }
+
}