Skip to content

Commit 4e4d3ab

Browse files
committed
update
1 parent c3e316b commit 4e4d3ab

3 files changed

Lines changed: 23 additions & 18 deletions

File tree

background/install.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// // KAT-BEGIN show docs on install or upgrade from 1.0
2-
// chrome.runtime.onInstalled.addListener(function (details) {
3-
// if (details.reason === 'install') {
4-
// chrome.tabs.create({
5-
// url: 'https://www.katalon.com/sign-up?utm_source=browser%20store&utm_campaign=installed%20plugin'
6-
// });
7-
// }
8-
// // else if (details.reason === 'update') {
9-
// // var previousVersion = details.previousVersion;
10-
// // var previousMajorVersion = previousVersion.substring(0, previousVersion.indexOf('.'));
11-
// // if (previousMajorVersion === '1') {
12-
// // chrome.tabs.create({ 'url': 'https://www.katalon.com' });
13-
// // }
14-
// // }
15-
// });
1+
// KAT-BEGIN show docs on install or upgrade from 1.0
2+
chrome.runtime.onInstalled.addListener(function (details) {
3+
if (details.reason === 'install') {
4+
chrome.tabs.create({
5+
url: 'https://www.katalon.com/katalon-recorder-ide'
6+
});
7+
}
8+
// else if (details.reason === 'update') {
9+
// var previousVersion = details.previousVersion;
10+
// var previousMajorVersion = previousVersion.substring(0, previousVersion.indexOf('.'));
11+
// if (previousMajorVersion === '1') {
12+
// chrome.tabs.create({ 'url': 'https://www.katalon.com' });
13+
// }
14+
// }
15+
});
1616

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

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "Selenium IDE alternative to record and export Selenium scripts. With reports & screenshots. Fast & open-source.",
33
"manifest_version": 2,
44
"name": "addon_name_placeholder",
5-
"version": "4.1.1",
5+
"version": "4.1.2",
66
"homepage_url":"https://www.katalon.com/",
77
"icons":
88
{

panel/css/kar.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ img.kto-dark {
146146
}
147147
img.kto-dark {
148148
display: none;
149-
}
149+
}
150150
}
151151

152152
@media (prefers-color-scheme: light) {
@@ -1044,6 +1044,11 @@ div.test-suite-title {
10441044
background: var(--input-bg-color);
10451045
}
10461046

1047+
.w3-dropdown-content {
1048+
color: var(--main-txt-color);
1049+
background: var(--white-bg);
1050+
}
1051+
10471052
.w3-dropdown-content#command-dropdown {
10481053
z-index: 9999;
10491054
}

0 commit comments

Comments
 (0)