diff --git a/src/drivers/webextension/images/icons/Google Forms.svg b/src/drivers/webextension/images/icons/Google Forms.svg new file mode 100644 index 000000000..47ef15351 --- /dev/null +++ b/src/drivers/webextension/images/icons/Google Forms.svg @@ -0,0 +1 @@ + diff --git a/src/technologies/g.json b/src/technologies/g.json index a60b13b06..73e75452c 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -1712,6 +1712,16 @@ "scriptSrc": "googleapis\\.com/.+webfont", "website": "http://google.com/fonts" }, + "Google Forms": { + "cats": [ + 110 + ], + "description": "Google Forms is a free online form builder that allows you to create and publish online forms, surveys, quizzes, order forms, and more.", + "dom": "form[action*='docs.google.com/forms/']", + "icon": "Google Forms.svg", + "implies": "Google Workspace", + "website": "https://www.google.com/forms/about/" + }, "Google Hosted Libraries": { "cats": [ 31 @@ -2485,4 +2495,4 @@ "implies": "Python", "website": "http://gunicorn.org" } -} \ No newline at end of file +}