Skip to content

Commit c5a3668

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

linux/app/install.js

+6
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ 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');
139+
134140
}
135141
}
136142
async function firefox() {

0 commit comments

Comments
 (0)