diff --git a/src/apps.json b/src/apps.json index f76814275..1d5ea2faa 100644 --- a/src/apps.json +++ b/src/apps.json @@ -4664,6 +4664,16 @@ "script": "assets\\.growingio\\.com/([\\d.]+)/gio.js\\;version:\\1", "website": "https://www.growingio.com/" }, + "gRPC": { + "cats": [ + 18 + ], + "icon": "gRPC.png", + "headers": { + "Content-Type": "^application\\/grpc.+$" + }, + "website": "https://grpc.io" + }, "HERE": { "cats": [ 35 diff --git a/src/icons/gRPC.png b/src/icons/gRPC.png new file mode 100644 index 000000000..c35182c02 Binary files /dev/null and b/src/icons/gRPC.png differ