diff --git a/share/apps.json b/share/apps.json index bcaad1b26..74f428c19 100644 --- a/share/apps.json +++ b/share/apps.json @@ -659,7 +659,7 @@ "website": "cmsmadesimple.org", "cats": [ 1 ], "headers": { "Set-Cookie": "^CMSSESSID" }, - "meta": { "generator": "CMS Made Simple" }, + "meta": { "generator": "CMS Made Simple" }, "implies": "PHP" }, "CMSimple": { @@ -2512,6 +2512,11 @@ "script": "netmonitor\\.fi/nmtracker\\.js", "env": "^netmonitor$" }, + "Netsuite": { + "website": "netsuite.com", + "cats": [ 6 ], + "headers": { "Set-Cookie": "NS_VER=" } + }, "Nette Framework": { "website": "nette.org", "cats": [ 18 ], @@ -3805,6 +3810,11 @@ "env": "^(?:vBulletin|vB_[^g])", "implies": "PHP" }, + "Venda": { + "website": "venda.com", + "cats": [ 6 ], + "headers": { "X-venda-hitid": "" } + }, "Veoxa": { "website": "veoxa.com", "cats": [ 36 ], diff --git a/share/images/icons/Netsuite.png b/share/images/icons/Netsuite.png new file mode 100644 index 000000000..809158d16 Binary files /dev/null and b/share/images/icons/Netsuite.png differ diff --git a/share/images/icons/Venda.png b/share/images/icons/Venda.png new file mode 100644 index 000000000..f24d572a3 Binary files /dev/null and b/share/images/icons/Venda.png differ