diff --git a/src/apps.json b/src/apps.json
index 499ce3354..8524860b1 100755
--- a/src/apps.json
+++ b/src/apps.json
@@ -2358,7 +2358,7 @@
],
"env": "^enyo$",
"icon": "Enyo.png",
- "script": "\benyo\\.js",
+ "script": "enyo\\.js",
"website": "http://enyojs.com"
},
"Epoch": {
@@ -2516,6 +2516,16 @@
"script": "jquery\\.fancybox\\.pack\\.js(?:\\?v=([\\d.]+))?$\\;version:\\1",
"website": "http://fancyapps.com/fancybox"
},
+ "Fastly": {
+ "cats": [
+ "31"
+ ],
+ "headers": {
+ "Fastly-Debug-Digest": ""
+ },
+ "icon": "Fastly.svg",
+ "website": "https://www.fastly.com"
+ },
"Fat-Free Framework": {
"cats": [
"18"
@@ -2699,10 +2709,11 @@
"cats": [
"24"
],
- "icon": "Froala.svg",
"html": "<[^>]+class=\"[^\"]*(?:fr-view|fr-box)",
+ "icon": "Froala.svg",
"implies": [
- "jQuery", "Font Awesome"
+ "jQuery",
+ "Font Awesome"
],
"website": "http://froala.com/wysiwyg-editor"
},
@@ -6559,6 +6570,17 @@
},
"website": "http://example.com"
},
+ "Raspbian": {
+ "cats": [
+ "28"
+ ],
+ "headers": {
+ "Server": "Raspbian",
+ "X-Powered-By": "Raspbian"
+ },
+ "icon": "Raspbian.svg",
+ "website": "https://www.raspbian.org/"
+ },
"React": {
"cats": [
"12"
@@ -7450,11 +7472,11 @@
"47"
],
"env": "^Sonar(?:Measures|Request)$",
+ "html": "
SonarQube",
+ "icon": "sonar.png",
"meta": {
"application-name": "^SonarQubes$"
},
- "html": "SonarQube",
- "icon": "sonar.png",
"website": "https://www.sonarqube.org/"
},
"SoundManager": {
@@ -7618,6 +7640,16 @@
"icon": "Store Systems.png",
"website": "http://store-systems.de"
},
+ "Storyblok": {
+ "cats": [
+ "1"
+ ],
+ "icon": "storyblok.png",
+ "meta": {
+ "generator": "storyblok"
+ },
+ "website": "https://www.storyblok.com"
+ },
"Strapdown.js": {
"cats": [
"12"
@@ -7720,6 +7752,15 @@
"script": "sweet-alert(?:\\.min)?\\.js",
"website": "http://tristanedwards.me/sweetalert"
},
+ "SweetAlert2": {
+ "cats": [
+ "12"
+ ],
+ "html": "]+?href=\"[^\"]+sweetalert2(?:\\.min)?\\.css",
+ "icon": "SweetAlert2.png",
+ "script": "sweetalert2(?:\\.min)?\\.js",
+ "website": "https://limonte.github.io/sweetalert2"
+ },
"Swiftlet": {
"cats": [
"18"
@@ -8424,7 +8465,6 @@
"icon": "Vimeo.png",
"website": "http://vimeo.com"
},
-
"Vinala": {
"cats": [
"18"
diff --git a/src/icons/Fastly.svg b/src/icons/Fastly.svg
new file mode 100644
index 000000000..05ae7d05d
--- /dev/null
+++ b/src/icons/Fastly.svg
@@ -0,0 +1,31 @@
+
+
+
+
diff --git a/src/icons/PHP.svg b/src/icons/PHP.svg
index 3c8553621..e5799b153 100644
--- a/src/icons/PHP.svg
+++ b/src/icons/PHP.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/icons/Raspbian.svg b/src/icons/Raspbian.svg
new file mode 100644
index 000000000..2131cf097
--- /dev/null
+++ b/src/icons/Raspbian.svg
@@ -0,0 +1,17 @@
+
+
\ No newline at end of file
diff --git a/src/icons/SweetAlert2.png b/src/icons/SweetAlert2.png
new file mode 100644
index 000000000..1d7edfcf1
Binary files /dev/null and b/src/icons/SweetAlert2.png differ
diff --git a/src/icons/storyblok.png b/src/icons/storyblok.png
new file mode 100644
index 000000000..daf5882d1
Binary files /dev/null and b/src/icons/storyblok.png differ