diff --git a/src/drivers/webextension/images/icons/8base-logo.png b/src/drivers/webextension/images/icons/8base-logo.png new file mode 100644 index 000000000..c9bcb2517 Binary files /dev/null and b/src/drivers/webextension/images/icons/8base-logo.png differ diff --git a/src/technologies/_.json b/src/technologies/_.json index dfadb447e..3ccfb80e6 100644 --- a/src/technologies/_.json +++ b/src/technologies/_.json @@ -116,6 +116,20 @@ "scriptSrc": "4tellcdn\\.azureedge\\.net", "website": "https://4-tell.com" }, + "8base": { + "cats": [ + 3, 62 + ], + "description": "8base is a Backend-as-a-Service. It lets front-end developers focus more on what they love and backend developers expedite their workflow", + "icon": "8base-logo.png", + "pricing": [ + "low", "freemium", "recurring" + ], + "saas": true, + "requires": ["GraphQL"], + "website": "https://8base.com", + "xhr": "api\\.8base\\.com" + }, "@sulu/web": { "cats": [ 59 @@ -126,4 +140,4 @@ }, "website": "https://github.com/sulu/web-js" } -} \ No newline at end of file +}