Skip to content

Commit

Permalink
Add Astrill VPN, XSplit, foobar2000, Nozbe, Alfred..
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesh committed Jun 19, 2020
1 parent 8a77b61 commit c0a6766
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/items/Communication.js
Expand Up @@ -262,7 +262,7 @@ const items = [
description: 'WeChat is a Chinese multi-purpose messaging, social media and mobile payment app developed by Tencent.',
os: ['macos', 'windows', 'linux'],
url: 'https://www.wechat.com',
windowClasses: ['wechat.exe', 'wechat', 'wechatapp.exe'],
windowClasses: ['wechat.exe', 'wechat', 'wechatapp.exe', 'wechatstore.exe'],
},
{
title: 'Twitter',
Expand Down
2 changes: 1 addition & 1 deletion lib/items/Gaming.js
Expand Up @@ -26,7 +26,7 @@ const items = [
},
{
title: 'Steam',
windowClasses: ['steam.exe', 'steam', 'steamwebhelper.exe'],
windowClasses: ['steam.exe', 'steam', 'steamwebhelper.exe', 'vrmonitor.exe', 'vrwebhelper.exe'],
},
{
title: 'Age of Empires 2 - Definitive Edition',
Expand Down
14 changes: 14 additions & 0 deletions lib/items/Multimedia.js
Expand Up @@ -119,6 +119,20 @@ const items = [
title: 'Rapture',
windowClasses: ['rapture.exe'],
},
{
title: 'XSplit Broadcaster',
url: 'https://www.xsplit.com/broadcaster',
os: ['windows'],
windowNames: [
{endsWith: 'xsplit broadcaster'}
],
},
{
title: 'foobar2000',
url: 'https://www.foobar2000.org',
os: ['windows'],
windowClasses: ['foobar2000.exe'],
},
];

module.exports = items;
12 changes: 12 additions & 0 deletions lib/items/Productivity.js
Expand Up @@ -530,6 +530,18 @@ const items = [
url: 'https://www.edrawsoft.com/mindmaster',
windowClasses: ['mindmaster.exe', 'mindmaster'],
},
{
title: 'Nozbe',
os: ['windows', 'linux', 'macos'],
url: 'https://nozbe.com',
windowClasses: ['nozbe.exe'],
},
{
title: 'Alfred',
os: ['macos'],
url: 'https://www.alfredapp.com',
windowClasses: ['alfred'],
},
];

module.exports = items;
18 changes: 18 additions & 0 deletions lib/items/Security.js
Expand Up @@ -185,6 +185,24 @@ const items = [
url: 'https://www.sophos.com',
windowClasses: ['sophosuiserver'],
},
{
title: 'Windows Security Alert',
os: ['windows'],
windowNames: [
{endsWith: 'windows security alert'},
],
},
{
title: 'Cisco AnyConnect',
os: ['macos', 'windows'],
windowClasses: ['vpnui.exe'],
},
{
title: 'Astrill VPN',
os: ['macos', 'windows', 'linux'],
url: 'https://www.astrill.com',
windowClasses: ['astrill'],
},
];

module.exports = items;

0 comments on commit c0a6766

Please sign in to comment.