Skip to content

Commit

Permalink
Add Sidekick browser
Browse files Browse the repository at this point in the history
title

Signed-off-by: Lucas Zampieri <[email protected]>
  • Loading branch information
zampierilucas committed Jan 10, 2024
1 parent 555c961 commit c5a3668
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions linux/app/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ async function chrome() {
'.config/microsoftedge/NativeMessagingHosts'
), 'chrome');
console.log(' -> Microsoft Edge Browser is supported');
await manifest(path.join(
process.env.HOME,
'.config/sidekick/NativeMessagingHosts'
), 'chrome');
console.log(' -> Sidekick Browser is supported');

}
}
async function firefox() {
Expand Down

0 comments on commit c5a3668

Please sign in to comment.