Skip to content

Commit

Permalink
Add Edge Canary (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: Marat Dreizin <mdreizin@users.noreply.github.com>
  • Loading branch information
dvcrn and mdreizin committed Apr 19, 2021
1 parent c8fb690 commit 5298b50
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [x] Google Chrome Canary (`canary`, `canary-profiles`)
- [x] Chromium (`chromium`, `chromium-profiles`)
- [x] Microsoft Edge (`edge`, `edge-profiles`)
- [x] Microsoft Edge Canary (`edge-canary`, `edge-canary-profiles`)
- [x] Vivaldi (`vivaldi`, `vivaldi-profiles`)

![Screenshot](./screenshot.png)
Expand Down
Binary file added assets/edge-canary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions configs/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
iconUrl: "edge.png"
profileName: "Default"

- name: "edge-canary"
fullName: "com.microsoft.edgemac.Canary"
description: "Microsoft Edge Canary"
path: "~/Library/Application Support/Microsoft Edge Canary"
iconUrl: "edge-canary.png"
profileName: "Default"

- name: "vivaldi"
fullName: "com.vivaldi.Vivaldi"
description: "Vivaldi"
Expand Down
6 changes: 6 additions & 0 deletions configs/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ edge:
profileListId: "fe077da3-9be5-42f0-bc42-dff10527b4a1"
profileSetId: "d049ea91-55c4-4bb0-97b0-f6512c7c6842"

edge-canary:
bookmarkListId: "d8ea0a40-6493-4e42-af3b-3630ec9eba2d"
bookmarkOpenId: "cd405773-829b-4eff-bb1f-a8eb2d613bc9"
profileListId: "f5ca2278-6a2b-48fa-ae9c-d20b76eceab2"
profileSetId: "107896de-aa3a-45f2-833e-c4c7d0421c13"

vivaldi:
bookmarkListId: "caa9ecf5-d269-4757-b555-61b2d6dee497"
bookmarkOpenId: "05008a94-3fd7-44d4-aa10-b0f2a495d360"
Expand Down

0 comments on commit 5298b50

Please sign in to comment.