Skip to content

Commit 46d3fa4

Browse files
authored
Update install.js
1 parent 4e4d3ab commit 46d3fa4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

background/install.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
chrome.runtime.onInstalled.addListener(function (details) {
33
if (details.reason === 'install') {
44
chrome.tabs.create({
5-
url: 'https://www.katalon.com/katalon-recorder-ide'
5+
url: 'https://www.katalon.com/sign-up'
66
});
77
}
88
// else if (details.reason === 'update') {
@@ -15,4 +15,4 @@ chrome.runtime.onInstalled.addListener(function (details) {
1515
});
1616

1717
// chrome.runtime.setUninstallURL('https://store.katalon.com/?utm_source=chrome%20store&utm_campaign=uninstalled%20plugin');
18-
// KAT-END
18+
// KAT-END

0 commit comments

Comments
 (0)