Skip to content

Commit c775e41

Browse files
committed
Add Sidekick browser
title Signed-off-by: Lucas Zampieri <[email protected]>
1 parent 555c961 commit c775e41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

linux/app/install.js

+5
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ async function chrome() {
131131
'.config/microsoftedge/NativeMessagingHosts'
132132
), 'chrome');
133133
console.log(' -> Microsoft Edge Browser is supported');
134+
await manifest(path.join(
135+
process.env.HOME,
136+
'.config/sidekick/NativeMessagingHosts'
137+
), 'chrome');
138+
console.log(' -> Sidekick Browser is supported');
134139
}
135140
}
136141
async function firefox() {

0 commit comments

Comments
 (0)