From aa6b86882e0459d886a469c3cba1821737cb7654 Mon Sep 17 00:00:00 2001 From: Fabian Schultz Date: Fri, 11 Aug 2017 12:15:13 +0200 Subject: [PATCH] Add now & next.js. --- src/apps.json | 28 ++++++++++++++++++++++++++++ src/icons/zeit.svg | 1 + 2 files changed, 29 insertions(+) create mode 100644 src/icons/zeit.svg 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