File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments