From e1722ebf64174b6389e3967af6e895a3a2baa6f9 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 13 Mar 2022 22:36:23 +0600 Subject: [PATCH] Add IPinfo / geolocation --- src/drivers/webextension/images/icons/IPinfo.svg | 3 +++ src/technologies/i.json | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/drivers/webextension/images/icons/IPinfo.svg diff --git a/src/drivers/webextension/images/icons/IPinfo.svg b/src/drivers/webextension/images/icons/IPinfo.svg new file mode 100644 index 000000000..6e4cfc441 --- /dev/null +++ b/src/drivers/webextension/images/icons/IPinfo.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/i.json b/src/technologies/i.json index 2630b3c34..618b108ef 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -93,6 +93,21 @@ "scriptSrc": "jscripts/ips_", "website": "https://invisioncommunity.com/" }, + "IPInfo": { + "cats": [ + 79 + ], + "description": "IPinfo is an IP address data provider.", + "icon": "IPInfo.svg", + "scriptSrc": "ipinfo\\.io/", + "saas": true, + "pricing": [ + "mid", + "recurring" + ], + "website": "https://ipinfo.io", + "xhr": "ipinfo\\.io/" + }, "IPInfoDB": { "cats": [ 79