diff --git a/src/apps.json b/src/apps.json index ff851fb1d..b25b07ffe 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5593,6 +5593,24 @@ "icon": "New Relic.png", "website": "http://newrelic.com" }, + "Next.js": { + "cats": [ + "18", + "22" + ], + "headers": { + "x-powered-by": "^Next.js ?([0-9.]+)?\\;version:\\1" + }, + "html": "<[^>]+__next", + "env": "^__NEXT_DATA__$", + "icon": "zeit.svg", + "implies": [ + "React", + "webpack", + "Node.js" + ], + "website": "https://zeit.co/next" + }, "Nginx": { "cats": [ "22" @@ -5622,6 +5640,16 @@ "script": "^/nodebb\\.min\\.js\\?", "website": "https://nodebb.org" }, + "Now": { + "cats": [ + "22" + ], + "headers": { + "server": "now" + }, + "icon": "zeit.svg", + "website": "https://zeit.co/now" + }, "OWL Carousel": { "cats": [ "5" diff --git a/src/icons/zeit.svg b/src/icons/zeit.svg new file mode 100644 index 000000000..8ce0bfb63 --- /dev/null +++ b/src/icons/zeit.svg @@ -0,0 +1 @@ +ZeitCreated with Sketch. \ No newline at end of file