diff --git a/src-tauri/icons/icon.icon/Assets/popmark-app-icon.svg b/src-tauri/icons/icon.icon/Assets/popmark-app-icon.svg new file mode 100644 index 0000000..78f1508 --- /dev/null +++ b/src-tauri/icons/icon.icon/Assets/popmark-app-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src-tauri/icons/icon.icon/icon.json b/src-tauri/icons/icon.icon/icon.json new file mode 100644 index 0000000..8a97dcb --- /dev/null +++ b/src-tauri/icons/icon.icon/icon.json @@ -0,0 +1,50 @@ +{ + "fill" : { + "linear-gradient" : [ + "extended-gray:1.00000,1.00000", + "extended-gray:0.75000,1.00000" + ], + "orientation" : { + "start" : { + "x" : 0.5, + "y" : 0 + }, + "stop" : { + "x" : 0.5, + "y" : 0.7 + } + } + }, + "groups" : [ + { + "layers" : [ + { + "glass" : false, + "image-name" : "popmark-app-icon.svg", + "name" : "popmark-app-icon", + "position" : { + "scale" : 0.2, + "translation-in-points" : [ + 0, + 0 + ] + } + } + ], + "shadow" : { + "kind" : "neutral", + "opacity" : 0.5 + }, + "translucency" : { + "enabled" : true, + "value" : 0.5 + } + } + ], + "supported-platforms" : { + "circles" : [ + "watchOS" + ], + "squares" : "shared" + } +} \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3fb869d..a2521fa 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -52,7 +52,8 @@ "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", - "icons/icon.ico" + "icons/icon.ico", + "icons/icon.icon" ] } }