diff --git a/src/apps.json b/src/apps.json index e5043ee86..ed08f45ec 100644 --- a/src/apps.json +++ b/src/apps.json @@ -3422,6 +3422,7 @@ }, "Gatsby": { "cats": [ + 57, 12 ], "html": [ @@ -9236,6 +9237,19 @@ "icon": "Squarespace.png", "website": "http://www.squarespace.com" }, + "Pagevamp": { + "cats": [ + 1 + ], + "js": { + "Pagevamp": "" + }, + "headers": { + "X-ServedBy": "pagevamp" + }, + "icon": "Pagevamp.png", + "website": "https://www.pagevamp.com" + }, "SquirrelMail": { "cats": [ 30 @@ -9313,6 +9327,11 @@ 10 ], "icon": "StatCounter.png", + "js": { + "_statcounter": "\\;confidence:100", + "sc_project": "\\;confidence:50", + "sc_security": "\\;confidence:50" + }, "script": "statcounter\\.com/counter/counter", "website": "http://www.statcounter.com" }, diff --git a/src/icons/Pagevamp.png b/src/icons/Pagevamp.png new file mode 100644 index 000000000..246558737 Binary files /dev/null and b/src/icons/Pagevamp.png differ