diff --git a/src/apps.json b/src/apps.json index c9599b150..67f466f5f 100755 --- a/src/apps.json +++ b/src/apps.json @@ -513,7 +513,7 @@ "excludes": "OpenCart", "headers": { "Arastta": "(.*)\\;version:\\1", - "X-Arastta": "\\;version:1.2.1+" + "X-Arastta": "" }, "html": "Powered by ]*href=\"https?://(?:www\\.)?arastta\\.org[^>]+>Arastta", "icon": "Arastta.png", @@ -5853,6 +5853,18 @@ }, "website": "www.roadiz.io" }, + "Robin": { + "cats": [ + 6 + ], + "env": [ + "_robin_getRobinJs", + "robin_settings", + "robin_storage_settings" + ], + "icon": "Robin.png", + "website": "www.robinhq.com" + }, "RoundCube": { "cats": [ 30 @@ -6900,6 +6912,15 @@ }, "website": "jetbrains.com/teamcity" }, + "Telescope": { + "cats": [ + 1 + ], + "website": "telescopeapp.org", + "implies": "Meteor", + "icon": "Telescope.png", + "env": "Telescope" + }, "Tengine": { "cats": [ 22 diff --git a/src/icons/Robin.png b/src/icons/Robin.png new file mode 100644 index 000000000..a9d73d062 Binary files /dev/null and b/src/icons/Robin.png differ diff --git a/src/icons/Telescope.png b/src/icons/Telescope.png new file mode 100644 index 000000000..b3eed1b7d Binary files /dev/null and b/src/icons/Telescope.png differ