diff --git a/src/apps.json b/src/apps.json index 12d936c35..8061d33a7 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10976,14 +10976,47 @@ }, "website": "http://www.seneca.nl/pub/Smartsite/Smartsite-Smartsite-iXperion" }, - "Smartstore": { + "Smartstore biz": { "cats": [ 6 ], - "icon": "Smartstore.png", + "icon": "Smartstore.biz.png", "script": "smjslib\\.js", "website": "http://smartstore.com" - }, + } + , + "Smartstore.NET": { + "cats": [ + 1, + 6 + ], + "cookies": { + "SMARTSTORE.VISITOR": "" + }, + "html": "()", + "icon": "smartstore.png", + "implies": "Microsoft ASP.NET", + "meta": { + "generator": "^SmartStore.NET (.+)$\\;version:\\1" + }, + "website": "https://www.smartstore.com" + }, + "Smartstore": { + "cats": [ + 1, + 6 + ], + "cookies": { + "SMARTSTORE.VISITOR": "" + }, + "html": "()", + "icon": "smartstore.png", + "implies": "Microsoft ASP.NET", + "meta": { + "generator": "^Smartstore (.+)$\\;version:\\1" + }, + "website": "https://www.smartstore.com" + }, "Snap": { "cats": [ 18, diff --git a/src/drivers/webextension/images/icons/Smartstore.biz.png b/src/drivers/webextension/images/icons/Smartstore.biz.png new file mode 100644 index 000000000..1c35a5195 Binary files /dev/null and b/src/drivers/webextension/images/icons/Smartstore.biz.png differ diff --git a/src/drivers/webextension/images/icons/Smartstore.png b/src/drivers/webextension/images/icons/Smartstore.png index 1c35a5195..91a231485 100644 Binary files a/src/drivers/webextension/images/icons/Smartstore.png and b/src/drivers/webextension/images/icons/Smartstore.png differ