diff --git a/src/apps.json b/src/apps.json index ac052dc09..347d21025 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5585,6 +5585,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" @@ -5614,6 +5632,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