mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
open getting started page after installing the extension
This commit is contained in:
@@ -81,6 +81,10 @@ if (chrome.runtime.onInstalled) {
|
||||
hitType: 'event',
|
||||
eventAction: 'onInstalled ' + details.reason
|
||||
});
|
||||
|
||||
if (details.reason === 'install') {
|
||||
chrome.tabs.create({ url: 'https://bitwarden.com/browser-start/' }, function (tab) { });
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user