diff --git a/src/drivers/webextension/images/icons/Umbraco.png b/src/drivers/webextension/images/icons/Umbraco.png index 00e8c3c03..abe54dc1b 100644 Binary files a/src/drivers/webextension/images/icons/Umbraco.png and b/src/drivers/webextension/images/icons/Umbraco.png differ diff --git a/src/technologies/u.json b/src/technologies/u.json index 19d81bc72..5d03d7b7b 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -194,13 +194,13 @@ "Umbraco": { "cats": [ 1 - ], + ], + "description": "Umbraco is an open-source Microsoft ASP.NET based content management system.", + "icon": "Umbraco.png", + "implies": "Microsoft ASP.NET", "headers": { "X-Umbraco-Version": "^(.+)$\\;version:\\1" }, - "html": "powered by ]+umbraco", - "icon": "Umbraco.png", - "implies": "Microsoft ASP.NET", "js": { "UC_IMAGE_SERVICE|ITEM_INFO_SERVICE": "", "UC_ITEM_INFO_SERVICE": "", @@ -210,7 +210,16 @@ "meta": { "generator": "umbraco" }, + "scripts": "/Umbraco/Api/", "url": "/umbraco/login\\.aspx(?:$|\\?)", + "xhr": "/umbraco/api/", + "oss": true, + "saas": true, + "pricing": [ + "freemium", + "recurring", + "low" + ], "website": "http://umbraco.com" }, "Unbounce": {