summaryrefslogtreecommitdiff
path: root/HutchSafariExtension/Assets.xcassets
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-05-14 12:41:55 -0500
committerChristian Cleberg <[email protected]>2026-05-14 12:41:55 -0500
commit0d61e05e98f6f020722ee4d43f024c1da348d2a9 (patch)
treeb388972b86cf83de380381c52c4390c3beafc69a /HutchSafariExtension/Assets.xcassets
parentf28e5cee1643e3f99d7bf90476d1dcf9347229a0 (diff)
downloadhutch-0d61e05e98f6f020722ee4d43f024c1da348d2a9.tar.gz
hutch-0d61e05e98f6f020722ee4d43f024c1da348d2a9.tar.bz2
hutch-0d61e05e98f6f020722ee4d43f024c1da348d2a9.zip
feat: add Safari extension for sourcehut deep linksv3.4.0
Diffstat (limited to 'HutchSafariExtension/Assets.xcassets')
-rw-r--r--HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/Contents.json26
-rw-r--r--HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light.pngbin0 -> 47870 bytes
-rw-r--r--HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light_dark.pngbin0 -> 47870 bytes
3 files changed, 26 insertions, 0 deletions
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
+ }
+}
diff --git a/HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light.png b/HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light.png
new file mode 100644
index 0000000..cc1ce81
--- /dev/null
+++ b/HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light.png
Binary files differ
diff --git a/HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light_dark.png b/HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light_dark.png
new file mode 100644
index 0000000..cc1ce81
--- /dev/null
+++ b/HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light_dark.png
Binary files differ