diff --git a/src/drivers/webextension/images/icons/google-cloud-cdn.svg b/src/drivers/webextension/images/icons/google-cloud-cdn.svg
new file mode 100644
index 000000000..b335514ef
--- /dev/null
+++ b/src/drivers/webextension/images/icons/google-cloud-cdn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/drivers/webextension/images/icons/google-cloud-trace.svg b/src/drivers/webextension/images/icons/google-cloud-trace.svg
new file mode 100644
index 000000000..b018b3c54
--- /dev/null
+++ b/src/drivers/webextension/images/icons/google-cloud-trace.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/technologies/g.json b/src/technologies/g.json
index 678e722d7..19572aa20 100644
--- a/src/technologies/g.json
+++ b/src/technologies/g.json
@@ -1073,15 +1073,24 @@
},
"Google Cloud": {
"cats": [
- 31
+ 63
],
"cpe": "cpe:/a:google:cloud_platform",
"description": "Google Cloud is a suite of cloud computing services.",
+ "icon": "google_cloud.svg",
+ "website": "https://cloud.google.com"
+ },
+ "Google Cloud CDN": {
+ "cats": [
+ 31
+ ],
+ "description": "Cloud CDN uses Google's global edge network to serve content closer to users.",
"headers": {
"Via": "^1\\.1 google$"
},
- "icon": "google_cloud.svg",
- "website": "https://cloud.google.com"
+ "icon": "google-cloud-cdn.svg",
+ "implies": "Google Cloud",
+ "website": "https://cloud.google.com/cdn"
},
"Google Cloud Storage": {
"cats": [
@@ -1095,6 +1104,18 @@
"implies": "Google Cloud",
"website": "https://cloud.google.com/storage"
},
+ "Google Cloud Trace": {
+ "cats": [
+ 92
+ ],
+ "description": "Google Cloud Trace is a distributed tracing system that collects latency data from applications and displays it in the Google Cloud Console.",
+ "headers": {
+ "x-cloud-trace-context": ""
+ },
+ "icon": "google-cloud-trace.svg",
+ "implies": "Google Cloud",
+ "website": "https://cloud.google.com/trace"
+ },
"Google Code Prettify": {
"cats": [
19