diff --git a/src/drivers/webextension/images/icons/Futurio.png b/src/drivers/webextension/images/icons/Futurio.png new file mode 100644 index 000000000..dd4e5e51f Binary files /dev/null and b/src/drivers/webextension/images/icons/Futurio.png differ diff --git a/src/technologies/f.json b/src/technologies/f.json index 92eb8c771..b9916c93f 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1175,5 +1175,22 @@ "icon": "futureshop.png", "scriptSrc": "future-shop.*\\.js", "website": "https://www.future-shop.jp" + }, + "Futurio": { + "cats": [ + 80 + ], + "description": "Futurio is a lightweight and customizable multi-purpose and WooCommerce WordPress theme.", + "icon": "Futurio.png", + "requires": "WordPress", + "dom": "link[href*='/wp-content/themes/futurio/']", + "scriptSrc": "/wp-content/themes/futurio/.+customscript\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1", + "pricing": [ + "freemium", + "low", + "recurring", + "onetime" + ], + "website": "https://futuriowp.com" } }