From 0d61e05e98f6f020722ee4d43f024c1da348d2a9 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 14 May 2026 12:41:55 -0500 Subject: feat: add Safari extension for sourcehut deep links --- .../AppIcon.appiconset/Contents.json | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/Contents.json (limited to 'HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/Contents.json') diff --git a/HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/Contents.json b/HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..fca77dc --- /dev/null +++ b/HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,26 @@ +{ + "images" : [ + { + "filename" : "hutch_light.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "hutch_light_dark.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} -- cgit v1.2.3