diff options
| author | Christian Cleberg <[email protected]> | 2026-05-14 12:41:55 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-05-14 12:41:55 -0500 |
| commit | 0d61e05e98f6f020722ee4d43f024c1da348d2a9 (patch) | |
| tree | b388972b86cf83de380381c52c4390c3beafc69a /HutchSafariExtension/Assets.xcassets | |
| parent | f28e5cee1643e3f99d7bf90476d1dcf9347229a0 (diff) | |
| download | hutch-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.json | 26 | ||||
| -rw-r--r-- | HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light.png | bin | 0 -> 47870 bytes | |||
| -rw-r--r-- | HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light_dark.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..cc1ce81 --- /dev/null +++ b/HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light.png diff --git a/HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light_dark.png b/HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light_dark.png Binary files differnew file mode 100644 index 0000000..cc1ce81 --- /dev/null +++ b/HutchSafariExtension/Assets.xcassets/AppIcon.appiconset/hutch_light_dark.png |
