diff --git a/app/helpers/links_helper.rb b/app/helpers/links_helper.rb
index bf2eb909..0a1c2d0d 100644
--- a/app/helpers/links_helper.rb
+++ b/app/helpers/links_helper.rb
@@ -24,6 +24,8 @@ def link_agent_to_icon(link_agent)
return :wallpaper_engine if link_agent.include? 'Wallpaper-Engine-Client'
return :automate if link_agent.include? 'walltaker-android-automate'
return :arson_automate if link_agent.include? 'arson-walltaker-automate'
+ return :iphone_shortcuts if link_agent.include? 'WalltakeriOS-iPhone-Shortcut (mikapika.)'
+ return :ipad_shortcuts if link_agent.include? 'WalltakeriOS-iPad-Shortcut (mikapika.)'
return :ioswidget if link_agent.include? 'widgetExtension'
return :swift if link_agent.include? 'CFNetwork/'
return :android_changer if link_agent.include? 'Walltaker-Changer/'
diff --git a/app/views/links/_details.html.erb b/app/views/links/_details.html.erb
index 7d54076f..4a81186c 100644
--- a/app/views/links/_details.html.erb
+++ b/app/views/links/_details.html.erb
@@ -8,6 +8,8 @@
automate: :mobile,
arson_automate: :mobile,
wallpaper_engine: :desktop,
+ ipad_shortcuts: :desktop,
+ iphone_shortcuts: :mobile,
ioswidget: :mobile,
swift: :desktop,
android_changer: :mobile,
diff --git a/app/views/links/_link.html.erb b/app/views/links/_link.html.erb
index eb7a86c4..03bf64ee 100644
--- a/app/views/links/_link.html.erb
+++ b/app/views/links/_link.html.erb
@@ -145,6 +145,12 @@
<% when :joihow %>
JOI.how
+ <% when :ipad_shortcuts>
+ Walltaker Getter via Shortcuts
+
+ <% when :iphone_shortcuts>
+ Walltaker Getter via Shortcuts
+
<% when :automate %>
Deans' Client