diff --git a/src/apps.json b/src/apps.json index 5c44bd72f..192acf089 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3652,6 +3652,16 @@ "url": "/wps/", "website": "http://ibm.com/software/websphere/portal" }, + "Ideasoft": { + "cats": [ + "6" + ], + "icon": "Ideasoft.png", + "script": [ + "\\.myideasoft\\.com/" + ], + "website": "https://www.ideasoft.com" + }, "IIS": { "cats": [ "22" @@ -4290,6 +4300,18 @@ }, "website": "http://koala-framework.org" }, + "KobiMaster": { + "cats": [ + "6" + ], + "icon": "Kobimaster.png", + "implies": "Microsoft ASP.NET", + "env": [ + "^kmPageInfo$", + "^kmGetSession$" + ], + "website": "http://www.kobimaster.com.tr/" + }, "Koego": { "cats": [ "10" @@ -8262,6 +8284,16 @@ "implies": "PHP", "website": "http://www.thinkphp.cn" }, + "Ticimax": { + "cats": [ + "6" + ], + "icon": "Ticimax.png", + "script": [ + "cdn\\.ticimax\\.com/" + ], + "website": "https://www.ticimax.com" + }, "Tictail": { "cats": [ "6" @@ -8398,6 +8430,16 @@ "script": "lucide\\.init(?:\\.min)?\\.js", "website": "http://www.translucide.net" }, + "T-Soft": { + "cats": [ + "6" + ], + "icon": "Tsoft.png", + "meta": { + "copyright": "T-Soft E-Ticaret Sistemleri" + }, + "website": "http://www.tsoft.com.tr/" + }, "Tumblr": { "cats": [ "11" diff --git a/src/icons/Ideasoft.png b/src/icons/Ideasoft.png new file mode 100644 index 000000000..61df86aeb Binary files /dev/null and b/src/icons/Ideasoft.png differ diff --git a/src/icons/Kobimaster.png b/src/icons/Kobimaster.png new file mode 100644 index 000000000..f7ab88580 Binary files /dev/null and b/src/icons/Kobimaster.png differ diff --git a/src/icons/Ticimax.png b/src/icons/Ticimax.png new file mode 100644 index 000000000..4d566d818 Binary files /dev/null and b/src/icons/Ticimax.png differ diff --git a/src/icons/Tsoft.png b/src/icons/Tsoft.png new file mode 100644 index 000000000..04cc84c96 Binary files /dev/null and b/src/icons/Tsoft.png differ