diff --git a/src/apps.json b/src/apps.json index 5435100f4..40437293e 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" @@ -8222,6 +8232,16 @@ "implies": "PHP", "website": "http://www.thinkphp.cn" }, + "Ticimax": { + "cats": [ + "6" + ], + "icon": "Ticimax.png", + "script": [ + "cdn\\.ticimax\\.com/" + ], + "website": "https://www.ticimax.com" + }, "TiddlyWiki": { "cats": [ "1", @@ -8348,6 +8368,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/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