Skip to content

Commit

Permalink
feat: add Microsoft Edge Dev browser (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias authored and will-stone committed Jun 12, 2019
1 parent cf66c45 commit 705986b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ export const activities: Activity[] = [
hotKey: '-',
name: 'Min',
},
{
appId: 'Microsoft Edge Dev',
cmd: 'open "{URL}" -a "Microsoft Edge Dev"',
hotKey: 'e',
name: 'Microsoft Edge Dev',
},
{
appId: 'Opera',
cmd: 'open "{URL}" -a Opera',
Expand Down
Binary file added src/images/activity-icons/Microsoft Edge Dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 705986b

Please sign in to comment.