We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e5aac commit c1d1a52Copy full SHA for c1d1a52
README.md
@@ -261,17 +261,16 @@ Returns a JSON object with the following schema:
261
262
```json
263
[
264
- {
265
- "client": "mobile",
266
- "similar_technologies": null,
267
- "description": "Smartsupp is a live chat tool that offers visitor recording feature.",
268
- "origins": {
269
- "desktop": 22178,
270
- "mobile": 25649
271
- },
272
- "technology": "Smartsupp",
273
- "category": "Live chat"
+ {
+ "technology": "Smartsupp",
+ "category": "Live chat",
+ "description": "Smartsupp is a live chat tool that offers visitor recording feature.",
+ "icon": "Smartsupp.svg",
+ "origins": {
+ "mobile": 24115,
+ "desktop": 20250
274
}
+ }
275
]
276
```
277
0 commit comments