diff --git a/src/apps.json b/src/apps.json
index ac052dc09..24326e933 100755
--- a/src/apps.json
+++ b/src/apps.json
@@ -401,7 +401,7 @@
"headers": {
"X-Akamai-Transformed": ""
},
- "icon": "Akamai.png",
+ "icon": "akamai.svg",
"website": "http://akamai.com"
},
"Akka HTTP": {
@@ -939,6 +939,14 @@
"script": "bittads\\.com/js/bitt\\.js$",
"website": "http://bittads.com"
},
+ "Bizweb":{
+ "cats": [
+ "6"
+ ],
+ "env": "^Bizweb$",
+ "icon": "bizweb.png",
+ "website": "https://www.bizweb.vn"
+ },
"Blesta": {
"cats": [
"6"
@@ -5331,7 +5339,7 @@
"cats": [
"12"
],
- "icon": "moon.png",
+ "icon": "moon.svg",
"script": "/moon(?:\\.min)?\\.js$",
"website": "http://moonjs.ga/"
},
@@ -5585,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"
@@ -5614,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"
@@ -8430,6 +8466,10 @@
],
"icon": "typecho.svg",
"implies": "PHP",
+ "env": "^TypechoComment$",
+ "meta": {
+ "generator": "Typecho( [\\d.]+)?\\;version:\\1"
+ },
"url": "/admin/login\\.php?referer=http%3A%2F%2F",
"website": "http://typecho.org/"
},
@@ -8521,7 +8561,7 @@
},
"UMI.CMS": {
"cats": [
- 1
+ "1"
],
"headers": {
"X-Generated-By": "UMI.CMS"
diff --git a/src/icons/Akamai.png b/src/icons/Akamai.png
deleted file mode 100644
index fa2be98a2..000000000
Binary files a/src/icons/Akamai.png and /dev/null differ
diff --git a/src/icons/RockRMS.svg b/src/icons/RockRMS.svg
index 6b352f6ca..b66f8e881 100644
--- a/src/icons/RockRMS.svg
+++ b/src/icons/RockRMS.svg
@@ -1 +1,4 @@
-
\ No newline at end of file
+
diff --git a/src/icons/akamai.svg b/src/icons/akamai.svg
new file mode 100644
index 000000000..ab4168ba7
--- /dev/null
+++ b/src/icons/akamai.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/bizweb.png b/src/icons/bizweb.png
new file mode 100644
index 000000000..fbe062bb2
Binary files /dev/null and b/src/icons/bizweb.png differ
diff --git a/src/icons/moon.png b/src/icons/moon.png
deleted file mode 100644
index eb8ff3afd..000000000
Binary files a/src/icons/moon.png and /dev/null differ
diff --git a/src/icons/moon.svg b/src/icons/moon.svg
new file mode 100644
index 000000000..1a7e75325
--- /dev/null
+++ b/src/icons/moon.svg
@@ -0,0 +1 @@
+
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 @@
+
\ No newline at end of file